Przeglądaj źródła

uac: mark request with FL_UAC_AUTH upon using uac_auth()

Daniel-Constantin Mierla 11 lat temu
rodzic
commit
0b08a0bb00
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      modules/uac/auth.c

+ 2 - 2
modules/uac/auth.c

@@ -469,8 +469,8 @@ int uac_auth( struct sip_msg *msg)
 		goto error;
 	}
 
-	/* increas the Cseq nr */
-
+	/* mark msg wit uac auth for increase of cseq via dialog */
+	msg->msg_flags |= FL_UAC_AUTH;
 
 	return 0;
 error: