Module: sip-router Branch: master Commit: 33304281cbdd0b992e4db01eb0114735068f67ab URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33304281...
Author: Carsten Bock carsten@ng-voice.com Committer: Carsten Bock carsten@ng-voice.com Date: Fri Jun 6 19:38:12 2014 +0200
Bugfix: Add missing */
---
modules/ims_usrloc_pcscf/ul_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/ims_usrloc_pcscf/ul_mod.c b/modules/ims_usrloc_pcscf/ul_mod.c index d9e2b08..30f28c5 100644 --- a/modules/ims_usrloc_pcscf/ul_mod.c +++ b/modules/ims_usrloc_pcscf/ul_mod.c @@ -85,7 +85,7 @@ int db_mode = 0; /*!< Database sync scheme: 0-no db, 1-write throug int ul_fetch_rows = 2000; int hashing_type = 0; /*!< has type for storing P-CSCF contacts - 0 - use full contact AOR, 1 - use IP:PORT only */
-int lookup_check_received = 1; /*!< Should we check received on lookup? +int lookup_check_received = 1; /*!< Should we check received on lookup? */
db1_con_t* ul_dbh = 0; db_func_t ul_dbf;