From 5828d8252c18df13b4a37321168c88687f9fc3b3 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 14 Jul 2022 08:42:34 +0200 Subject: [PATCH] topos: parse the corresponding param for initial methods --- src/modules/topos/topos_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/topos/topos_mod.c b/src/modules/topos/topos_mod.c index 4c096cf2982..90c60e39e42 100644 --- a/src/modules/topos/topos_mod.c +++ b/src/modules/topos/topos_mod.c @@ -229,7 +229,7 @@ static int mod_init(void) } } if(_tps_methods_noinitial_list.len>0) { - if(parse_methods(&_tps_methods_nocontact_list, &_tps_methods_noinitial)<0) { + if(parse_methods(&_tps_methods_noinitial_list, &_tps_methods_noinitial)<0) { LM_ERR("failed to parse methods_noinitial parameter\n"); return -1; }