We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f94b5 commit 26e8cacCopy full SHA for 26e8cac
modules/dialplan/dp_db.c
@@ -79,7 +79,7 @@ void list_hash(dpl_id_t * , rw_lock_t *);
79
80
dp_connection_list_p dp_conns;
81
82
-int test_db(dp_connection_list_p dp_connection)
+int dp_test_db(dp_connection_list_p dp_connection)
83
{
84
if (!dp_connection->partition.s) {
85
LM_ERR("NULL partition name\n");
@@ -880,7 +880,7 @@ dp_connection_list_p dp_add_connection(dp_head_p head)
880
881
/* *el->dp_db_handle is set to null at the end of test_db;
882
* no need to do it again here */
883
- if (test_db(el) != 0) {
+ if (dp_test_db(el) != 0) {
884
LM_ERR("Unable to test db\n");
885
shm_free(el);
886
return NULL;
0 commit comments