[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Tue Sep 21 12:10:15 MDT 2010


The branch, v3-6-test has been updated
       via  e637576 s3: Remove a pointless if-statement
      from  2bc0e0230 s3: don't build krb5 locator plugin if we don't build winbind

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


- Log -----------------------------------------------------------------
commit e63757623268ffac0e43b8f6372eedb34d14113a
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Sep 21 11:08:19 2010 -0700

    s3: Remove a pointless if-statement

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_msrpc.c b/source3/winbindd/winbindd_msrpc.c
index 714e657..4bfede5 100644
--- a/source3/winbindd/winbindd_msrpc.c
+++ b/source3/winbindd/winbindd_msrpc.c
@@ -1080,10 +1080,6 @@ NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
 	/* And restore our original timeout. */
 	rpccli_set_timeout(cli, orig_timeout);
 
-	if (!NT_STATUS_IS_OK(status)) {
-		return status;
-	}
-
 	return status;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list