[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-774-g80ef513

Volker Lendecke vlendec at samba.org
Mon Sep 28 11:49:35 MDT 2009


The branch, master has been updated
       via  80ef513e90569e5e559fa0dcb62b75423b096a89 (commit)
      from  218549017644aee9a7bed1905908ffdb774efd06 (commit)

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


- Log -----------------------------------------------------------------
commit 80ef513e90569e5e559fa0dcb62b75423b096a89
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Sep 28 19:50:24 2009 +0200

    s3:winbind: remove a pointless initialization

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index b58a9da..178b3ea 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -524,7 +524,7 @@ static void setup_return_cc_name(struct winbindd_cli_state *state, const char *c
 
 static uid_t get_uid_from_state(struct winbindd_cli_state *state)
 {
-	uid_t uid = -1;
+	uid_t uid;
 
 	uid = state->request->data.auth.uid;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list