CVS update: samba/source/python

tpot at samba.org tpot at samba.org
Mon Aug 4 10:50:00 EST 2003


Date:	Mon Aug  4 00:50:00 2003
Author:	tpot

Update of /data/cvs/samba/source/python
In directory dp.samba.org:/tmp/cvs-serv20854

Modified Files:
      Tag: SAMBA_3_0
	py_lsa.c 
Log Message:
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)


Revisions:
py_lsa.c		1.14.2.6 => 1.14.2.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_lsa.c.diff?r1=1.14.2.6&r2=1.14.2.7



More information about the samba-cvs mailing list