[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Mon Mar 29 08:13:08 MDT 2010


The branch, v3-5-test has been updated
       via  f4201fb... s3: Fix bug 7212, "getent group does not return group members"
      from  e4127ab... Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit f4201fb61e575d38dc102befc1efceaf809fc68b
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Mar 29 16:59:48 2010 +0200

    s3: Fix bug 7212, "getent group does not return group members"

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c
index 0e9dbd5..d053700 100644
--- a/source3/winbindd/wb_next_grent.c
+++ b/source3/winbindd/wb_next_grent.c
@@ -49,6 +49,7 @@ struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx,
 	state->ev = ev;
 	state->gstate = gstate;
 	state->gr = gr;
+	state->max_nesting = max_nesting;
 
 	if (state->gstate->next_group >= state->gstate->num_groups) {
 		TALLOC_FREE(state->gstate->groups);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list