[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Jul 27 00:44:51 MDT 2010


The branch, master has been updated
       via  4f01159... s3: Fix bug 7578
      from  75db0f0... s3: Early start of an async nbench

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


- Log -----------------------------------------------------------------
commit 4f01159a3165d7ae3a845956b46b23b03d8f6ef9
Author: Justin Maggard <jmaggard10 at gmail.com>
Date:   Tue Jul 27 08:42:04 2010 +0200

    s3: Fix bug 7578
    
    Uninitialized variable read in _wbint_SetHWM

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c
index 77aa299..f7de6cb 100644
--- a/source3/winbindd/winbindd_dual_srv.c
+++ b/source3/winbindd/winbindd_dual_srv.c
@@ -612,7 +612,7 @@ NTSTATUS _wbint_SetHWM(pipes_struct *p, struct wbint_SetHWM *r)
 
 	id.id = r->in.id;
 
-	switch (id.type) {
+	switch (r->in.type) {
 	case WBINT_ID_TYPE_UID:
 		id.type = ID_TYPE_UID;
 		status = idmap_set_uid_hwm(&id);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list