summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-03-01 23:21:53 +0000
committerChris Wilson <chris+github@qwirx.com>2008-03-01 23:21:53 +0000
commita4def850ecd30c7a50cca08f0935cf22d47daf46 (patch)
tree3e00650b130a80c94bae65609ae6da31bd622cff /bin
parent71d5f5ad81ffeee3d4e5271197a004e54413a3d0 (diff)
Disable WSACleanup() in bbackupquery as I get an abnormal program
termination on it during testbbackupd.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupquery/bbackupquery.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupquery/bbackupquery.cpp b/bin/bbackupquery/bbackupquery.cpp
index c9d6b715..4b97409f 100644
--- a/bin/bbackupquery/bbackupquery.cpp
+++ b/bin/bbackupquery/bbackupquery.cpp
@@ -377,7 +377,8 @@ int main(int argc, const char *argv[])
#ifdef WIN32
// Clean up our sockets
- WSACleanup();
+ // FIXME we should do this, but I get an abort() when I try
+ // WSACleanup();
#endif
MAINHELPER_END