[sr-dev] git:master:a21c929a: userblocklist: fix function comment, related to gh #3102
Henning Westerholt
hw at gilawa.com
Sun May 8 17:34:27 CEST 2022
Module: kamailio
Branch: master
Commit: a21c929a389c6e5f85e9166d01adb0d474c6ebaf
URL: https://github.com/kamailio/kamailio/commit/a21c929a389c6e5f85e9166d01adb0d474c6ebaf
Author: Henning Westerholt <hw at gilawa.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-05-08T15:33:56Z
userblocklist: fix function comment, related to gh #3102
---
Modified: src/modules/userblocklist/db_userblocklist.c
---
Diff: https://github.com/kamailio/kamailio/commit/a21c929a389c6e5f85e9166d01adb0d474c6ebaf.diff
Patch: https://github.com/kamailio/kamailio/commit/a21c929a389c6e5f85e9166d01adb0d474c6ebaf.patch
---
diff --git a/src/modules/userblocklist/db_userblocklist.c b/src/modules/userblocklist/db_userblocklist.c
index e857178f25..0377761ab3 100644
--- a/src/modules/userblocklist/db_userblocklist.c
+++ b/src/modules/userblocklist/db_userblocklist.c
@@ -61,7 +61,7 @@ void userblocklist_db_close(void) {
/*!
- * Initialises the DB API, check the table version and closes the connection.
+ * Initialises the DB API and check the table version.
* This should be called from the mod_init function.
*
* \return 0 means ok, -1 means an error occurred.
More information about the sr-dev
mailing list