[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Sep 21 12:09:54 MDT 2010


The branch, master has been updated
       via  1d90227 s3: Remove a pointless if-statement
      from  81d257e s3: don't build krb5 locator plugin if we don't build winbind

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


- Log -----------------------------------------------------------------
commit 1d90227c3c31dae573ac1dc3096925cb82e994b6
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