mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
s3:smbd: Fix code spelling
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
14da75c4e1
commit
def0cd0fd4
@ -333,7 +333,7 @@ static int conn_struct_tos_destructor(struct conn_struct_tos *c)
|
||||
SMB_VFS_CONNECT requires root privileges.
|
||||
This temporary uses become_root() and unbecome_root().
|
||||
|
||||
But further impersonation has to be cone by the caller.
|
||||
But further impersonation has to be done by the caller.
|
||||
*********************************************************/
|
||||
NTSTATUS create_conn_struct_tos(struct messaging_context *msg,
|
||||
int snum,
|
||||
|
@ -185,7 +185,7 @@ static NTSTATUS fsctl_srv_copychunk_loop(struct tevent_req *req)
|
||||
* Windows).
|
||||
*
|
||||
* Or it can be a special macOS copyfile request, so we send this into
|
||||
* the VFS, vfs_fruit if loaded implements the macOS copyile semantics.
|
||||
* the VFS, vfs_fruit if loaded implements the macOS copyfile semantics.
|
||||
*/
|
||||
if (state->cc_copy.chunk_count > 0) {
|
||||
struct srv_copychunk *chunk = NULL;
|
||||
@ -551,7 +551,7 @@ static NTSTATUS fsctl_validate_neg_info(TALLOC_CTX *mem_ctx,
|
||||
if (lp_server_max_protocol() <= PROTOCOL_SMB2_02) {
|
||||
/*
|
||||
* With SMB 2.02 we didn't get the
|
||||
* capabitities, client guid, security mode
|
||||
* capabilities, client guid, security mode
|
||||
* and dialects the client would have offered.
|
||||
*
|
||||
* So we behave compatible with a true
|
||||
|
Loading…
Reference in New Issue
Block a user