[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Jan 5 09:17:02 MST 2012


The branch, master has been updated
       via  ab58469 s3: Remove some redundant code
      from  7fc566d s3: Run the CLEANUP1 test

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ab58469ff4f80506bdbf148e3a19ac377e6a054b
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jan 5 15:41:50 2012 +0100

    s3: Remove some redundant code
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Jan  5 17:16:45 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/winbindd/wb_next_pwent.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c
index 8104568..28ae9b7 100644
--- a/source3/winbindd/wb_next_pwent.c
+++ b/source3/winbindd/wb_next_pwent.c
@@ -43,11 +43,6 @@ static struct winbindd_domain *wb_next_find_domain(struct winbindd_domain *domai
 	    && sid_check_is_domain(&domain->sid)) {
 		domain = domain->next;
 	}
-
-	if (domain == NULL) {
-		return NULL;
-	}
-
 	return domain;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list