Browse Source

topos: parse the corresponding param for initial methods

Daniel-Constantin Mierla 3 năm trước cách đây
mục cha
commit
5828d8252c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/topos/topos_mod.c

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