瀏覽代碼

- remove debug logging for db_url
- this could leak the authentification data, and we log some parts of it in the
database module anyway


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3937 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 年之前
父節點
當前提交
99a68cef15
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      modules_k/xcap_client/xcap_client.c

+ 0 - 2
modules_k/xcap_client/xcap_client.c

@@ -125,8 +125,6 @@ static int mod_init(void)
 
 	xcap_db_url.len = xcap_db_url.s ? strlen(xcap_db_url.s) : 0;
 	xcap_db_table.len = xcap_db_table.s ? strlen(xcap_db_table.s) : 0;
-	LM_DBG("db_url=%s/%d/%p\n",ZSW(xcap_db_url.s),xcap_db_url.len,
-			xcap_db_url.s);
 	
 	/* binding to mysql module  */
 	if (db_bind_mod(&xcap_db_url, &xcap_dbf))