|
@@ -358,7 +358,7 @@ static int mod_init(void)
|
|
|
|
|
|
#ifdef STATISTICS
|
|
|
/* register statistics */
|
|
|
- if(register_module_stats(exports.name, mod_stats) != 0) {
|
|
|
+ if(register_module_stats("usrloc", mod_stats) != 0) {
|
|
|
LM_ERR("failed to register core statistics\n");
|
|
|
return -1;
|
|
|
}
|