mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
Finish adding strings to all talloc_init() calls.
Jeremy.
This commit is contained in:
@@ -84,7 +84,7 @@ static PyObject *lsa_open_policy(PyObject *self, PyObject *args,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!(mem_ctx = talloc_init())) {
|
||||
if (!(mem_ctx = talloc_init("lsa_open_policy"))) {
|
||||
PyErr_SetString(lsa_error, "unable to init talloc context\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user