1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-25 00:59:11 +03:00

s4-pyglue: setup talloc logging in python modules

This commit is contained in:
Andrew Tridgell
2010-04-02 18:21:14 +11:00
parent a8d213c151
commit 2c097b51cb

View File

@ -700,6 +700,8 @@ void initglue(void)
{
PyObject *m;
debug_setup_talloc_log();
m = Py_InitModule3("glue", py_misc_methods,
"Python bindings for miscellaneous Samba functions.");
if (m == NULL)