[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-89-gdfef16a

Gerald (Jerry) Carter jerry at samba.org
Sun Oct 21 18:45:00 GMT 2007


The branch, v3-2-test has been updated
       via  dfef16ac4318b460a5bd29475eb395c1905a5cd8 (commit)
      from  33f690b3de03dc300590c3f69718f608b104a529 (commit)

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


- Log -----------------------------------------------------------------
commit dfef16ac4318b460a5bd29475eb395c1905a5cd8
Author: Gerald (Jerry) Carter <jerry at samba.org>
Date:   Sun Oct 21 13:44:29 2007 -0500

    Fix compile error caused by unknown variable.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/interfaces.c b/source/lib/interfaces.c
index 3b15e3e..ae6c972 100644
--- a/source/lib/interfaces.c
+++ b/source/lib/interfaces.c
@@ -210,7 +210,7 @@ static int _get_interfaces(struct iface_struct *ifaces, int max_interfaces)
 
 		ifaces[total].flags = ifr[i].ifr_flags;
 
-		if (!(flags & IFF_UP)) {
+		if (!(ifaces[total].flags & IFF_UP)) {
 			continue;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list