mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()
these are useful for tracking down leaks and bugs in python scripts Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
@ -327,3 +327,5 @@ interface_ips = _glue.interface_ips
|
||||
set_debug_level = _glue.set_debug_level
|
||||
unix2nttime = _glue.unix2nttime
|
||||
generate_random_password = _glue.generate_random_password
|
||||
talloc_report_full = _glue.talloc_report_full
|
||||
talloc_enable_null_tracking = _glue.talloc_enable_null_tracking
|
||||
|
Reference in New Issue
Block a user