mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
9e84f1e576
insert_dict is used as a convenience to decrement the values to prevent leaks with orpahaned PyObjects and avoid excessive creation of temp variables. if (!dict_insert(parameters, "rootdn", PyUnicode_FromString(settings->root_dn_str))) { status = NT_STATUS_UNSUCCESSFUL; goto out; } Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
tests | ||
loadparm.c | ||
provision.c | ||
provision.h | ||
pyparam_util.c | ||
pyparam.c | ||
pyparam.h | ||
secrets.c | ||
secrets.h | ||
share_classic.c | ||
share_ldb.c | ||
share.c | ||
share.h | ||
wscript_build |