diff options
author | Jeremy Allison <jra@samba.org> | 2012-08-29 13:23:06 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-08-30 10:08:50 -0700 |
commit | 8c84ecef89dfbfd2cd76b92272fbd32fb13d00b8 (patch) | |
tree | 1305ac4635044a61e3fa43be1b57073b38b3e66b /source3/smbd/proto.h | |
parent | 02aacb17d18f1bb47575b473a9468ff05403e67c (diff) | |
download | samba-8c84ecef89dfbfd2cd76b92272fbd32fb13d00b8.tar.gz samba-8c84ecef89dfbfd2cd76b92272fbd32fb13d00b8.tar.xz samba-8c84ecef89dfbfd2cd76b92272fbd32fb13d00b8.zip |
Rename set_sd() to set_sd_blob() - this describes what it does.
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 5a384744a7b..83555906e85 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -577,7 +577,7 @@ void *init_quota_handle(TALLOC_CTX *mem_ctx); /* The following definitions come from smbd/nttrans.c */ void reply_ntcreate_and_X(struct smb_request *req); -NTSTATUS set_sd(files_struct *fsp, uint8_t *data, uint32_t sd_len, +NTSTATUS set_sd_blob(files_struct *fsp, uint8_t *data, uint32_t sd_len, uint32_t security_info_sent); struct ea_list *read_nttrans_ea_list(TALLOC_CTX *ctx, const char *pdata, size_t data_size); void reply_ntcancel(struct smb_request *req); |