From 66c2c7f78915b9b8eb9ddec054db282136f7b66b Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 25 Dec 2014 08:41:21 -0500 Subject: [PATCH] wait until download complete --- AddressBook.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/AddressBook.cpp b/AddressBook.cpp index 788c2fb6..1b842ca1 100644 --- a/AddressBook.cpp +++ b/AddressBook.cpp @@ -465,8 +465,6 @@ namespace client }, 30); // wait for 30 seconds newDataReceived.wait (l); - if (!end) - end = !stream->IsOpen (); } // parse response std::string version;