diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-02 23:21:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-16 21:10:32 +0200 |
commit | fbebd7530ed365ac6a7c7ae004975850b4f4d162 (patch) | |
tree | 6bab639643525f5817cc7498b8977414d32c319c /source3/smbd/pysmbd.c | |
parent | d7d8646e6352c3e28012e52bd926283b1d1a09c9 (diff) | |
download | samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.tar.gz samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.tar.xz samba-fbebd7530ed365ac6a7c7ae004975850b4f4d162.zip |
s3-libsmb: Add a python wrapper
Please note that this is not finished and only for internal use.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/pysmbd.c')
-rw-r--r-- | source3/smbd/pysmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 890e66e26fd..0004887720d 100644 --- a/source3/smbd/pysmbd.c +++ b/source3/smbd/pysmbd.c @@ -90,7 +90,7 @@ static NTSTATUS set_nt_acl_no_snum(const char *fname, } if (!(conn->params = talloc(conn, struct share_params))) { - DEBUG(0,("get_nt_acl_no_snum: talloc() failed!\n")); + DEBUG(0,("set_nt_acl_no_snum: talloc() failed!\n")); TALLOC_FREE(frame); return NT_STATUS_NO_MEMORY; } |