[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Jul 27 01:24:11 MDT 2010


The branch, master has been updated
       via  cc43f98... Second part of fix for bug 7578 - 'net idmap restore' fails to set HWM, causing duplicates.
      from  cf38e8d... WHATSNEW: Update changes.

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


- Log -----------------------------------------------------------------
commit cc43f985d15c128486d945c2c4f1576622ab4374
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Jul 27 00:23:37 2010 -0700

    Second part of fix for bug 7578 - 'net idmap restore' fails to set HWM, causing duplicates.
    
    Jeremy.

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

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 f7de6cb..f5d8647 100644
--- a/source3/winbindd/winbindd_dual_srv.c
+++ b/source3/winbindd/winbindd_dual_srv.c
@@ -617,7 +617,7 @@ NTSTATUS _wbint_SetHWM(pipes_struct *p, struct wbint_SetHWM *r)
 		id.type = ID_TYPE_UID;
 		status = idmap_set_uid_hwm(&id);
 		break;
-	case ID_TYPE_GID:
+	case WBINT_ID_TYPE_GID:
 		id.type = ID_TYPE_GID;
 		status = idmap_set_gid_hwm(&id);
 		break;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list