lib: Make map_share_mode_to_deny_mode() static to smbstatus
authorVolker Lendecke <vl@samba.org>
Tue, 3 Jan 2023 17:45:14 +0000 (18:45 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 10 Jan 2023 00:28:37 +0000 (00:28 +0000)
commit6907db5cf0a586db2bfe3a508c753be44bdc317f
treed71dd27703b3c7ce54579b5a098dfe49f9ba04a7
parent158314e0b1df76e87fc3b1cd1260e703a21ce1ca
lib: Make map_share_mode_to_deny_mode() static to smbstatus

At some point in the future this might disappear, we should really not
show DOS share modes in smbstatus. Maybe this can't be changed though.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/proto.h
source3/lib/util.c
source3/utils/status.c