浏览代码

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

- previous related commit was not doing it
Daniel-Constantin Mierla 11 年之前
父节点
当前提交
4133a44cc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/sl/sl.c

+ 1 - 1
modules/sl/sl.c

@@ -432,7 +432,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) {