Przeglądaj źródła

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

- previous related commit was not doing it
Daniel-Constantin Mierla 11 lat temu
rodzic
commit
4133a44cc9
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {