Browse Source

modules/ims_qos: update to correct binding name for ims_usrloc_pcscf

Jason Penton 12 years ago
parent
commit
a1a197aa27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ims_qos/mod.c

+ 1 - 1
modules/ims_qos/mod.c

@@ -213,7 +213,7 @@ static int mod_init(void) {
     }
 
     /* load the usrloc API */
-    bind_usrloc = (bind_usrloc_t) find_export("ul_bind_usrloc_pcscf", 1, 0);
+    bind_usrloc = (bind_usrloc_t) find_export("ul_bind_ims_usrloc_pcscf", 1, 0);
     if (!bind_usrloc) {
         LM_ERR("can't bind usrloc_pcscf\n");
         return RX_RETURN_FALSE;