Forgot to detect when an interface configuration is "disabled"

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37092 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2010-06-11 01:17:58 +00:00
parent 2d3904fe20
commit 2586d9d144
+1
View File
@@ -149,6 +149,7 @@ Settings::ReadConfiguration()
flags = request.ifr_flags;
fAuto = (flags & IFF_AUTO_CONFIGURED) != 0;
fDisabled = (flags & IFF_UP) == 0;
// read resolv.conf for the dns.
fNameServers.MakeEmpty();