Changeset 19214
- Timestamp:
- 08/16/06 08:26:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/modules/vapor/vpr/md/NSPR/IO/Socket/SocketImplNSPR.h
r16635 r19214 239 239 240 240 PR_Poll(&poll_desc, 1, PR_INTERVAL_NO_WAIT); 241 if ( poll_desc.out_flags & PR_POLL_READ)241 if ( !(poll_desc.out_flags & PR_POLL_READ) ) 242 242 { 243 243 return false; // Opened, but not connected
