summaryrefslogtreecommitdiff
path: root/source3/smbd/pysmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/pysmbd.c')
-rw-r--r--source3/smbd/pysmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c
index a4de0e44ee..6a0811a9b3 100644
--- a/source3/smbd/pysmbd.c
+++ b/source3/smbd/pysmbd.c
@@ -382,7 +382,7 @@ static PyObject *py_smbd_get_nt_acl(PyObject *self, PyObject *args)
sd = get_nt_acl_no_snum(tmp_ctx, fname);
- py_sd = py_return_ndr_struct("samba.dcerpc.security", "security_descriptor", sd, sd);
+ py_sd = py_return_ndr_struct("samba.dcerpc.security", "descriptor", sd, sd);
talloc_free(tmp_ctx);