Changeset 1988 for pjproject/trunk/pjnath/src/pjnath-test/sess_auth.c
- Timestamp:
- Jun 6, 2008 2:47:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/sess_auth.c
r1929 r1988 1099 1099 /* If REALM doesn't match, server must respond with 401 1100 1100 */ 1101 #if 0 1102 // STUN session now will just use the realm sent in the 1103 // response, so this test will fail because it will 1104 // authenticate successfully. 1105 1101 1106 rc = run_client_test("Invalid REALM (long term)", // title 1102 1107 PJ_TRUE, // server responding … … 1117 1122 goto done; 1118 1123 } 1124 #endif 1119 1125 1120 1126 /* Invalid HMAC */
Note: See TracChangeset
for help on using the changeset viewer.