summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2012-06-19 14:10:40 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 08:07:16 +0200
commita1f8a67d9725742507ba087bac939f18c9aac2b3 (patch)
tree8363592b42c2224356740b18e810a958eae60758 /src/tools
parentffc209f6e365e7a32cb3c7b5d09f72c54f47d2a2 (diff)
Use the localhost interface
Allow local debug Change-Id: I50b4b967cc63e07bacc3b6632e9ea96d071c269e Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sfwlisten/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sfwlisten/main.cpp b/src/tools/sfwlisten/main.cpp
index d83c4274..87a91efe 100644
--- a/src/tools/sfwlisten/main.cpp
+++ b/src/tools/sfwlisten/main.cpp
@@ -88,7 +88,7 @@ void SFWReceiver::makeSockets()
if (!intfFilter.isEmpty() && !intf.name().startsWith(intfFilter))
continue;
- if (intf.name() == "lo" || intf.name().startsWith("wifi")
+ if (intf.name().startsWith("wifi")
|| intf.name().startsWith("wl") || intf.name().startsWith("ppp")
|| intf.name().startsWith("tun") || intf.name().startsWith("tap"))
continue;