mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Add missing break statement in proxy code
This commit is contained in:
parent
4f667c6e7d
commit
0213b5f511
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue