mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix error in last commit
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user