mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:ntvfs/unixuid: remove unused allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
a543bfd3b7
commit
f0db9be1a9
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
bld.SAMBA_MODULE('ntvfs_unixuid',
|
bld.SAMBA_MODULE('ntvfs_unixuid',
|
||||||
source='vfs_unixuid.c',
|
source='vfs_unixuid.c',
|
||||||
allow_warnings=True,
|
|
||||||
subsystem='ntvfs',
|
subsystem='ntvfs',
|
||||||
init_function='ntvfs_unixuid_init',
|
init_function='ntvfs_unixuid_init',
|
||||||
deps='auth_unix_token talloc'
|
deps='auth_unix_token talloc'
|
||||||
|
Loading…
Reference in New Issue
Block a user