smbd: no "dyn" in smbd_smb2_send_oplock_break
commit0d4bf9150f2b9d56429c6de13570713904412376
authorVolker Lendecke <vl@samba.org>
Mon, 7 Jul 2014 09:54:12 +0000 (7 09:54 +0000)
committerVolker Lendecke <vl@samba.org>
Tue, 8 Jul 2014 15:28:11 +0000 (8 17:28 +0200)
tree9b995fe03a2a4ea516935ac7e2c5fb86f6a0cf3f
parentb7fe8541404667e3d82e36d74c62e62cc52fc309
smbd: no "dyn" in smbd_smb2_send_oplock_break

We don't need the assignment to state->vector[1+SMBD_SMB2_DYN_IOV_OFS],
this is zero-initialized by talloc_zero

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c