Skip to content

Commit

Permalink
ims_icscf: use literal module name for stats group
Browse files Browse the repository at this point in the history
- prevent conflicts with global exports
  • Loading branch information
miconda committed Nov 23, 2023
1 parent 524eeca commit 3951466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/ims_icscf_mod.c
Expand Up @@ -172,7 +172,7 @@ static int mod_init(void)
int route_no;

#ifdef STATISTICS
if(register_module_stats(exports.name, mod_stats) != 0) {
if(register_module_stats("ims_icscf", mod_stats) != 0) {
LM_ERR("failed to register core statistics\n");
goto error;
}
Expand Down

0 comments on commit 3951466

Please sign in to comment.