1
0
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:
Stefan Metzmacher 2014-10-29 12:27:28 +01:00 committed by Jeremy Allison
parent a543bfd3b7
commit f0db9be1a9

View File

@ -2,7 +2,6 @@
bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
allow_warnings=True,
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
deps='auth_unix_token talloc'