Browse Source

Bugfix: Add missing */

Carsten Bock 11 years ago
parent
commit
33304281cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ims_usrloc_pcscf/ul_mod.c

+ 1 - 1
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;