mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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;
|
||||
}
|
||||
|
||||
if (!(ifs->flags & IFF_BROADCAST)) {
|
||||
if (!(ifs->flags & (IFF_BROADCAST|IFF_LOOPBACK))) {
|
||||
DEBUG(3,("not adding non-broadcast interface %s\n",
|
||||
ifs->name ));
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user