Changeset 2104


Ignore:
Timestamp:
01/03/2008 23:21:53 (4 years ago)
Author:
chris
Message:

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

File:
1 edited

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 
Note: See TracChangeset for help on using the changeset viewer.