Merge pull request #512 from D504/openssl

Remove unused assigning (success is assinged anyway)
This commit is contained in:
orignal 2016-06-11 08:18:24 -04:00 committed by GitHub
commit a0f3e81b11

View File

@ -744,7 +744,6 @@ namespace client
LogPrint (eLogInfo, "Addressbook: received ", m_Link, " ETag: ", m_Etag, " Last-Modified: ", m_LastModified);
if (!response.eof () && !response.fail ())
{
success = true;
if (!isChunked)
success = ProcessResponse (response, isGzip);
else