1
0
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:
Volker Lendecke 2007-10-14 17:17:07 +02:00
parent 483cf289c8
commit add1294562

View File

@ -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;