svn commit: samba r19008 - in branches: SAMBA_3_0/source/auth SAMBA_3_0_23/source/auth

vlendec at samba.org vlendec at samba.org
Fri Sep 29 21:26:34 GMT 2006


Author: vlendec
Date: 2006-09-29 21:26:33 +0000 (Fri, 29 Sep 2006)
New Revision: 19008

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19008

Log:
Fix a segfault
Modified:
   branches/SAMBA_3_0/source/auth/auth_util.c
   branches/SAMBA_3_0_23/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_util.c	2006-09-29 20:45:44 UTC (rev 19007)
+++ branches/SAMBA_3_0/source/auth/auth_util.c	2006-09-29 21:26:33 UTC (rev 19008)
@@ -1200,6 +1200,7 @@
 
 		num_group_sids = 1;
 		group_sids = &primary_group_sid;
+		gids = gid;
 
 		*found_username = talloc_strdup(mem_ctx, username);
 	}

Modified: branches/SAMBA_3_0_23/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_3_0_23/source/auth/auth_util.c	2006-09-29 20:45:44 UTC (rev 19007)
+++ branches/SAMBA_3_0_23/source/auth/auth_util.c	2006-09-29 21:26:33 UTC (rev 19008)
@@ -1202,6 +1202,7 @@
 
 		num_group_sids = 1;
 		group_sids = &primary_group_sid;
+		gids = gid;
 
 		*found_username = talloc_strdup(mem_ctx, username);
 	}



More information about the samba-cvs mailing list