Module: kamailio Branch: master Commit: 49fd44603d9706be1b2e3862f09d10a52581d312 URL: https://github.com/kamailio/kamailio/commit/49fd44603d9706be1b2e3862f09d10a5...
Author: Luis Azedo luis@2600hz.com Committer: Luis Azedo luis@2600hz.com Date: 2017-04-08T13:16:48+01:00
db_text: fix indentation
---
Modified: src/modules/db_text/dbt_raw_query.c
---
Diff: https://github.com/kamailio/kamailio/commit/49fd44603d9706be1b2e3862f09d10a5... Patch: https://github.com/kamailio/kamailio/commit/49fd44603d9706be1b2e3862f09d10a5...
---
diff --git a/src/modules/db_text/dbt_raw_query.c b/src/modules/db_text/dbt_raw_query.c index 71e7d3f..0601a6c 100644 --- a/src/modules/db_text/dbt_raw_query.c +++ b/src/modules/db_text/dbt_raw_query.c @@ -336,7 +336,7 @@ int dbt_raw_query_delete(db1_con_t* _h, str* _s, db1_res_t** _r) dbt_trim(table_ptr);
table.s = table_ptr; - table.len = strlen(table_ptr); + table.len = strlen(table_ptr); LM_DBG("using table '%.*s'\n", table.len, table.s);
if(dbt_use_table(_h, &table) != 0) {