Changeset 19144

Show
Ignore:
Timestamp:
08/07/06 17:55:26 (2 years ago)
Author:
aronb
Message:

- Fix non blocking sockets.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/md/NSPR/IO/Socket/SocketImplNSPR.cpp

    r19135 r19144  
    351351         } 
    352352      } 
    353       buildAndThrowException("[vpr::SocketImplNSPR::connect()] ", VPR_LOCATION); 
     353      else 
     354      { 
     355         buildAndThrowException("[vpr::SocketImplNSPR::connect()] ", VPR_LOCATION); 
     356      } 
    354357   } 
    355358   // Otherwise, return success.