mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Add missing break statement in proxy code
This commit is contained in:
@@ -581,6 +581,7 @@ void QBtSession::configureSession() {
|
||||
break;
|
||||
case Proxy::SOCKS4:
|
||||
proxySettings.type = proxy_settings::socks4;
|
||||
break;
|
||||
case Proxy::SOCKS5:
|
||||
qDebug("type: socks5");
|
||||
proxySettings.type = proxy_settings::socks5;
|
||||
|
||||
Reference in New Issue
Block a user