smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaks
authorVolker Lendecke <vl@samba.org>
Tue, 22 Oct 2013 11:33:42 +0000 (11:33 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 23 Oct 2013 10:11:53 +0000 (12:11 +0200)
commitd9a1d54b7916462da5ee7b1ec8208f629d12f2df
tree70ce72db284cc9b24a0e65e80cc86fed0c5f40f7
parent6c3b41cfc24fca4a1786604102d1163d2fc0a20c
smbd: Use MSG_SMB_BREAK_REQUEST for async l2 breaks

Now that we transmit the level we want to break to via the msg.op_type
we can unify MSG_SMB_BREAK_REQUEST and MSG_SMB_ASYNC_LEVEL2_BREAK and
thus simplify the code a bit.

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