smbd: Unify parameters to set_oplock_type
authorVolker Lendecke <vl@samba.org>
Tue, 3 Sep 2013 13:27:49 +0000 (13:27 +0000)
committerDavid Disseldorp <ddiss@samba.org>
Thu, 24 Oct 2013 12:21:59 +0000 (14:21 +0200)
commitbd542281bc424e4feae255df16b04f598d692304
tree1e3977c6845c8380fddd3ef9be58aba463103544
parent670da42bfb2de69031f98d02ed09ca7b6680c927
smbd: Unify parameters to set_oplock_type

Some lines above we set fsp->oplock_type = e->op_type. I don't see
how this might have changed. This change will unify both callers of
set_file_oplock. In the next step the second parameter to set_file_oplock
will be removed.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/durable.c