[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3614-g8819c51

Michael Adam obnox at samba.org
Tue Aug 12 22:01:42 GMT 2008


The branch, v3-3-test has been updated
       via  8819c51809cabe6ad0843f3838de53e785a10b47 (commit)
      from  8cb7ae011c8b8cb244e9b87a3ad51e27646411b6 (commit)

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


- Log -----------------------------------------------------------------
commit 8819c51809cabe6ad0843f3838de53e785a10b47
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jul 1 14:24:47 2008 +0200

    Attempt to fix the build on Irix CC
    (cherry picked from commit 666bf8456ac44cbbbd5524af2bf4fd89e18ddf62)

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

Summary of changes:
 source/winbindd/winbindd_async.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_async.c b/source/winbindd/winbindd_async.c
index e476664..1481aed 100644
--- a/source/winbindd/winbindd_async.c
+++ b/source/winbindd/winbindd_async.c
@@ -557,10 +557,12 @@ enum winbindd_result winbindd_dual_list_users(struct winbindd_domain *domain,
 enum winbindd_result winbindd_dual_list_groups(struct winbindd_domain *domain,
                                                struct winbindd_cli_state *state)
 {
-	struct getent_state groups = {};
+	struct getent_state groups;
 	char *extra_data = NULL;
 	uint32_t extra_data_len = 0, i;
 
+	ZERO_STRUCT(groups);
+
 	/* Must copy domain into response first for debugging in parent */
 	fstrcpy(state->response.data.name.dom_name, domain->name);
 	fstrcpy(groups.domain_name, domain->name);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list