Changeset 1238 for pjproject/trunk/pjlib/src/pjlib-test/sock.c
- Timestamp:
- May 1, 2007 10:42:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/sock.c
r1235 r1238 370 370 goto on_error; 371 371 372 // This test will fail on S60 3rd Edition MR2 373 #if 0 372 /* Disable this test on Symbian since UDP connect()/send() failed 373 * with S60 3rd edition (including MR2). 374 * See http://www.pjsip.org/trac/ticket/264 375 */ 376 #if !defined(PJ_SYMBIAN) || PJ_SYMBIAN==0 374 377 /* connect() the sockets. */ 375 378 rc = pj_sock_connect(cs, &dstaddr, sizeof(dstaddr));
Note: See TracChangeset
for help on using the changeset viewer.