Просмотр исходного кода

modules/exec: updated to include new argument to append_branch()

Peter Dunkley 12 лет назад
Родитель
Сommit
4ed5c06088
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/exec/exec.c

+ 1 - 1
modules/exec/exec.c

@@ -168,7 +168,7 @@ int exec_str(struct sip_msg *msg, char *cmd, char *param, int param_len) {
 			}
 		} else {
 		    if (append_branch(msg, &uri, 0, 0, Q_UNSPECIFIED, 0, 0,
-				      0, 0) == -1) {
+				      0, 0, 0) == -1) {
 				LM_ERR("append_branch failed; too many or too long URIs?\n");
 				goto error02;
 			}