2
0
Эх сурвалжийг харах

modules/ims_registrar_scscf: correctly loop through contact parameters

Jason Penton 10 жил өмнө
parent
commit
56e825ffbf

+ 1 - 1
modules/ims_registrar_scscf/registrar_notify.c

@@ -1592,7 +1592,7 @@ str generate_reginfo_full(udomain_t* _t, str* impu_list, int num_impus) {
 	    STR_APPEND(buf, uri_e);
 	    
 	    param = ptr->params;
-	    while (param)
+	    while (param) {
 			if (supported_param(&param->name) != 0) { 
 				param = param->next;
 				continue;