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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user