[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-40-gadd1294

Volker Lendecke vl at sernet.de
Sun Oct 14 16:59:35 GMT 2007


The branch, v3-2-test has been updated
       via  add1294562b76c38d5e471f280ca1167b4d8a93d (commit)
      from  483cf289c884f48df43f2ddce86b05b9c3e84920 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit add1294562b76c38d5e471f280ca1167b4d8a93d
Author: Volker Lendecke <vl at sernet.de>
Date:   Sun Oct 14 17:17:07 2007 +0200

    Fix one more place for IFF_LOOPBACK

-----------------------------------------------------------------------

Summary of changes:
 source/lib/interface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/interface.c b/source/lib/interface.c
index 2eaadab..ded7068 100644
--- a/source/lib/interface.c
+++ b/source/lib/interface.c
@@ -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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list