1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

Fix error in last commit

This commit is contained in:
Christophe Dumez 2010-06-23 12:48:08 +00:00
parent a2067af4ea
commit 762962270c

View File

@ -1864,7 +1864,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
#ifdef Q_WS_WIN
putenv("http_proxy=");
putenv("sock_proxy=");
#endif
#else
unsetenv("http_proxy");
unsetenv("sock_proxy");