mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Fix build.
This commit is contained in:
@@ -81,7 +81,7 @@ QByteArray determineLocalAddress()
|
|||||||
{
|
{
|
||||||
const Preferences pref;
|
const Preferences pref;
|
||||||
const QString iface_name = pref.getNetworkInterface();
|
const QString iface_name = pref.getNetworkInterface();
|
||||||
const bool listen_ipv6 = pref.getListenIPv6();
|
const bool use_ipv6 = pref.getListenIPv6();
|
||||||
QByteArray address = "127.0.0.1";
|
QByteArray address = "127.0.0.1";
|
||||||
|
|
||||||
if (iface_name.isEmpty()) {
|
if (iface_name.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user