mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
by converting the lookup_XX functions to correctly return SID_NAME_TYPE enums. Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d354b430ff
commit
ee2b2d96b6
@@ -147,7 +147,7 @@ static PyObject *lsa_lookup_names(PyObject *self, PyObject *args)
|
||||
const char **names;
|
||||
DOM_SID *sids;
|
||||
TALLOC_CTX *mem_ctx = NULL;
|
||||
uint32 *name_types;
|
||||
enum SID_NAME_USE *name_types;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O", &py_names))
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user