mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Fix build.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user