diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/oplock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 11e302ac3e..96c451cd11 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -753,8 +753,7 @@ static void do_break_to_none(struct tevent_context *ctx, messaging_send_buf(state->sconn->msg_ctx, share_entry->pid, MSG_SMB_ASYNC_LEVEL2_BREAK, - (uint8 *)msg, - MSG_SMB_SHARE_MODE_ENTRY_SIZE); + (uint8 *)msg, sizeof(msg)); } } |