smbd: Remove return variable for releasing filesystem sharemode
commit0a2b50114599ed609778eb5add9a9c18126d07a4
authorChristof Schmitt <cs@samba.org>
Mon, 20 Sep 2021 22:50:08 +0000 (20 15:50 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 21 Sep 2021 18:47:38 +0000 (21 18:47 +0000)
tree2933b84942347f5e357161f127a1df700dd0b996
parentfa3f952f3e7d27a0977f497ce96ef8484c2f1111
smbd: Remove return variable for releasing filesystem sharemode

flock is no longer used, the existing "ret" variable can be used
instead.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/close.c