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:
@ -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)
|
||||
|
Reference in New Issue
Block a user