mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -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;
|
break;
|
||||||
case Proxy::SOCKS4:
|
case Proxy::SOCKS4:
|
||||||
proxySettings.type = proxy_settings::socks4;
|
proxySettings.type = proxy_settings::socks4;
|
||||||
|
break;
|
||||||
case Proxy::SOCKS5:
|
case Proxy::SOCKS5:
|
||||||
qDebug("type: socks5");
|
qDebug("type: socks5");
|
||||||
proxySettings.type = proxy_settings::socks5;
|
proxySettings.type = proxy_settings::socks5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue