mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
r16457: fix typo
metze (This used to be commit 049ddc8a96da7a8fb0bbf1ef652c1963e9103d9b)
This commit is contained in:
parent
74d58ab06f
commit
15de59549b
@ -473,7 +473,7 @@ NTSTATUS smbsrv_push_passthru_fileinfo(TALLOC_CTX *mem_ctx,
|
||||
SBVAL(blob->data, 0x50, st->all_info2.out.position);
|
||||
SBVAL(blob->data, 0x58, st->all_info2.out.mode);
|
||||
BLOB_CHECK(smbsrv_blob_append_string(mem_ctx, blob,
|
||||
st->all_info.out.fname.s,
|
||||
st->all_info2.out.fname.s,
|
||||
0x60, default_str_flags,
|
||||
STR_UNICODE));
|
||||
return NT_STATUS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user