فهرست منبع

sl: fixed use of forward_reply_nocb() in sl_forward_reply()

- previous related commit was not doing it

(cherry picked from commit 4133a44cc9b1702b3a36b9386464983d2fe9aedc)
(cherry picked from commit 91241caa2c2bc51b421d024c790493fdaf24c8ee)
Daniel-Constantin Mierla 11 سال پیش
والد
کامیت
607b913c31
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/sl/sl.c

+ 1 - 1
modules/sl/sl.c

@@ -433,7 +433,7 @@ static int w_sl_forward_reply(sip_msg_t* msg, str* code, str* reason)
 			goto restore;
 		}
 	}
-	ret = forward_reply(msg);
+	ret = forward_reply_nocb(msg);
 restore:
 	if(reason!=NULL) {
 		if(ldel!=NULL) {