Ver código fonte

sl: changed fixup to use fixup_var_pve_str_12()

- accept PV inside reason phrase param
Daniel-Constantin Mierla 15 anos atrás
pai
commit
b373df2ba5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/sl/sl.c

+ 1 - 1
modules/sl/sl.c

@@ -342,7 +342,7 @@ static int fixup_sl_reply(void** param, int param_no)
 	if (param_no == 1) {
 		return fixup_var_int_12(param, 1);
 	} else if (param_no == 2) {
-		return fixup_var_str_12(param, 2);
+		return fixup_var_pve_str_12(param, 2);
 	}
 	return 0;
 }