style fix

This commit is contained in:
Guenter Obiltschnig 2016-09-26 17:00:42 +02:00
parent b0026b6a1c
commit c943727354

View File

@ -132,7 +132,8 @@ std::istream* HTTPSStreamFactory::open(const URI& uri)
resolvedURI.setUserInfo(username + ":" + password);
authorize = false;
}
delete pSession; pSession = 0;
delete pSession;
pSession = 0;
++redirects;
retry = true;
}