diff options
author | Tim Potter <tpot@samba.org> | 2003-08-04 00:50:00 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-08-04 00:50:00 +0000 |
commit | 5216cb0f369fd45949c913b38b2ef1d5125af39d (patch) | |
tree | 5847a6e3563417e956b38b0454294b9fbce57ad7 /source3/aparser | |
parent | 5d070d89a86f43e020fcc824476678fe634327d5 (diff) | |
download | samba-5216cb0f369fd45949c913b38b2ef1d5125af39d.tar.gz samba-5216cb0f369fd45949c913b38b2ef1d5125af39d.tar.bz2 samba-5216cb0f369fd45949c913b38b2ef1d5125af39d.zip |
More patches from Brett:
- remove 'if(mem_ctx)' tests prior to 'talloc_destroy' call to make
consistent with other modules; 'talloc_destroy' already test for NULL
anyway.
- initialize PyObject* result pointers to NULL in function
declarations; enables removal of redundant NULL assignments.
- use local scope TALLOC_CTX in lsa_lookup_names to prevent unbounded
memory growth during python policy object lifetime.
- change context name string used in lsa_lookup_sids from
'lsa_open_policy' to 'lsa_lookup_sids' (cut'npaste oversight from
previous patch)
- change docstring to match module name (apparently another cut'npaste
situation)
(This used to be commit 98cac74c67c454f636df5c1ea2baa029c482e402)
Diffstat (limited to 'source3/aparser')
0 files changed, 0 insertions, 0 deletions