Selaa lähdekoodia

A copy&paste bug fixed

Jan Janak 21 vuotta sitten
vanhempi
commit
32f0e68bf1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      modules/tm/t_cancel.c

+ 1 - 1
modules/tm/t_cancel.c

@@ -205,7 +205,7 @@ int unixsock_uac_cancel(str* msg)
 	}
 
 	     /* second param cseq read */
-	if (unixsock_read_line(&callid, msg) != 0) {
+	if (unixsock_read_line(&cseq, msg) != 0) {
 		unixsock_reply_asciiz("400 CSeq Expected\n");
 		unixsock_reply_send();
 		return -1;