smbd: Fix a warning
authorVolker Lendecke <vl@samba.org>
Mon, 10 Sep 2018 12:59:14 +0000 (14:59 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 2 Oct 2018 23:07:15 +0000 (01:07 +0200)
commite22d5e5b7fd6af75a7b46c0b9fed7e65025930a2
treeef0209526231768b7412b6ac60df26cf3139d8c9
parent826a212771e521eadc0229ed8631a7f9a7f96215
smbd: Fix a warning

gcc complains that the "const" is ignored on function return
types. Right now I'm compiling this file a lot, so silence this
warning :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/share_mode_lock.c