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

Volker Lendecke vlendec at samba.org
Mon Apr 7 10:20:11 GMT 2008


The branch, v3-2-test has been updated
       via  8b2d9ee8c54ed84f83fdecf04e656dd66b622abb (commit)
      from  42bc4ff7fd6bfc92bde015ae8f3a9fb62d443cd5 (commit)

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


- Log -----------------------------------------------------------------
commit 8b2d9ee8c54ed84f83fdecf04e656dd66b622abb
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 7 12:19:25 2008 +0200

    Fix an uninitialized variable

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

Summary of changes:
 source/nsswitch/wbinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/wbinfo.c b/source/nsswitch/wbinfo.c
index 80a7290..ba358bd 100644
--- a/source/nsswitch/wbinfo.c
+++ b/source/nsswitch/wbinfo.c
@@ -811,7 +811,7 @@ static bool wbinfo_lookuprids(const char *domain, const char *arg)
 	uint32 *rids = NULL;
 	const char *p;
 	char *ridstr;
-	TALLOC_CTX *mem_ctx;
+	TALLOC_CTX *mem_ctx = NULL;
 	bool ret = false;
 
 	if ((domain == NULL) || (strequal(domain, ".")) || (domain[0] == '\0')) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list