소스 검색

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) {