mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Add missing break statement in proxy code
This commit is contained in:
parent
4f667c6e7d
commit
0213b5f511
@ -586,6 +586,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;
|
||||
|
Loading…
Reference in New Issue
Block a user