mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix one more place for IFF_LOOPBACK
This commit is contained in:
parent
483cf289c8
commit
add1294562
@ -290,7 +290,7 @@ static void add_interface(const struct iface_struct *ifs)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(ifs->flags & IFF_BROADCAST)) {
|
if (!(ifs->flags & (IFF_BROADCAST|IFF_LOOPBACK))) {
|
||||||
DEBUG(3,("not adding non-broadcast interface %s\n",
|
DEBUG(3,("not adding non-broadcast interface %s\n",
|
||||||
ifs->name ));
|
ifs->name ));
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user