diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/smb2_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_write.c b/source3/smbd/smb2_write.c index 057abcc8f7..a6ad42bc06 100644 --- a/source3/smbd/smb2_write.c +++ b/source3/smbd/smb2_write.c @@ -245,7 +245,7 @@ static struct tevent_req *smbd_smb2_write_send(TALLOC_CTX *mem_ctx, return NULL; } state->smb2req = smb2req; - if (in_flags & 0x00000001) { + if (in_flags & SMB2_WRITEFLAG_WRITE_THROUGH) { state->write_through = true; } state->in_length = in_data.length; |