mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix build.
This commit is contained in:
parent
739132ec82
commit
8161185b08
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ QByteArray determineLocalAddress()
|
|||
{
|
||||
const Preferences pref;
|
||||
const QString iface_name = pref.getNetworkInterface();
|
||||
const bool listen_ipv6 = pref.getListenIPv6();
|
||||
const bool use_ipv6 = pref.getListenIPv6();
|
||||
QByteArray address = "127.0.0.1";
|
||||
|
||||
if (iface_name.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue