Explorar el Código

A copy&paste bug fixed

Jan Janak hace 21 años
padre
commit
32f0e68bf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;