[SCM] Samba Shared Repository - branch master updated -
release-4-0-0alpha7-588-gf603903
Tim Prouty
tprouty at samba.org
Thu Mar 19 22:06:55 GMT 2009
The branch, master has been updated
via f603903cb01f0c1e8bba66ab8c5229c3e7724ae3 (commit)
from 18b4925031f7b378fdd3cde0cb90d48ff967cdc3 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f603903cb01f0c1e8bba66ab8c5229c3e7724ae3
Author: Dan Sledz <dan.sledz at isilon.com>
Date: Thu Mar 19 21:53:34 2009 +0000
s3: Fix a free of an uninitialized variable in winbind_get_sid_aliases
-----------------------------------------------------------------------
Summary of changes:
source3/lib/winbind_util.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/lib/winbind_util.c b/source3/lib/winbind_util.c
index 64f5fb4..df095b9 100644
--- a/source3/lib/winbind_util.c
+++ b/source3/lib/winbind_util.c
@@ -322,7 +322,6 @@ bool winbind_get_sid_aliases(TALLOC_CTX *mem_ctx,
&rids,
&num_rids);
if (ret != WBC_ERR_SUCCESS) {
- wbcFreeMemory(rids);
return false;
}
--
Samba Shared Repository
More information about the samba-cvs
mailing list