Module: kamailio
Branch: master
Commit: a21c929a389c6e5f85e9166d01adb0d474c6ebaf
URL:
https://github.com/kamailio/kamailio/commit/a21c929a389c6e5f85e9166d01adb0d…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)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/a21c929a389c6e5f85e9166d01adb0d…
Patch:
https://github.com/kamailio/kamailio/commit/a21c929a389c6e5f85e9166d01adb0d…
---
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.