Changeset 2104

Show
Ignore:
Timestamp:
01/03/2008 23:21:53 (10 months ago)
Author:
chris
Message:

Disable WSACleanup() in bbackupquery as I get an abnormal program
termination on it during testbbackupd.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/bbackupquery.cpp

    r1860 r2104  
    378378#ifdef WIN32 
    379379        // Clean up our sockets 
    380         WSACleanup(); 
     380        // FIXME we should do this, but I get an abort() when I try 
     381        // WSACleanup(); 
    381382#endif 
    382383