Fix the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -69,7 +69,7 @@ AutoconfigLooper::_Configure()
|
|||||||
|
|
||||||
if (ioctl(socket, SIOCGIFFLAGS, &request, sizeof(struct ifreq)) == 0) {
|
if (ioctl(socket, SIOCGIFFLAGS, &request, sizeof(struct ifreq)) == 0) {
|
||||||
request.ifr_flags |= IFF_CONFIGURING;
|
request.ifr_flags |= IFF_CONFIGURING;
|
||||||
ioctl(socket, SIOCSIFFLAGS, &request, sizeof(struct ifreq)));
|
ioctl(socket, SIOCSIFFLAGS, &request, sizeof(struct ifreq));
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove current handler
|
// remove current handler
|
||||||
|
|||||||
Reference in New Issue
Block a user