Browse Source

Fix error in last commit

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
762962270c
  1. 1
      src/bittorrent.cpp

1
src/bittorrent.cpp

@ -1864,7 +1864,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { @@ -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");

Loading…
Cancel
Save