diff options
author | Jeremy Allison <jra@samba.org> | 2001-05-01 23:07:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-05-01 23:07:32 +0000 |
commit | c5b4d56a04b8c8d81a6594426ff3d15fbb0a132f (patch) | |
tree | c83cfd8e890e3ffb71c9f35ed487271b3af5b22b /source/include/proto.h | |
parent | 7bda0101192c648a1b588fc6a3d8226c73c7d401 (diff) | |
download | samba-c5b4d56a04b8c8d81a6594426ff3d15fbb0a132f.tar.gz samba-c5b4d56a04b8c8d81a6594426ff3d15fbb0a132f.tar.xz samba-c5b4d56a04b8c8d81a6594426ff3d15fbb0a132f.zip |
Fixup smbcacls. Don't return memory already freed, don't free memory allocated
with talloc.
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index f70fda7ff02..ce85fa4cd94 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1093,7 +1093,7 @@ ssize_t cli_smbwrite(struct cli_state *cli, /*The following definitions come from libsmb/clisecdesc.c */ -SEC_DESC *cli_query_secdesc(struct cli_state *cli,int fd); +SEC_DESC *cli_query_secdesc(struct cli_state *cli,int fd, TALLOC_CTX *mem_ctx); BOOL cli_set_secdesc(struct cli_state *cli,int fd, SEC_DESC *sd); /*The following definitions come from libsmb/clistr.c */ |