1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

build: Always build eventlog6. This is not a duplicate of eventlog

The eventlog6 pipe is not a duplicate with the source3 code, so should be built even
for the default build with smbd for file serving

This fixes commit 0b4c741b9c03d147ee5f56d027bacda75c1b5282

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12026
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit d183261e6844724394d618912403cd0217401741)
This commit is contained in:
Andrew Bartlett 2016-07-09 17:34:39 +12:00 committed by Karolin Seeger
parent 1139c8fa22
commit a47f896b0b

View File

@ -150,8 +150,7 @@ bld.SAMBA_MODULE('dcerpc_eventlog',
source='eventlog/dcesrv_eventlog6.c',
subsystem='dcerpc_server',
init_function='dcerpc_server_eventlog6_init',
deps='DCERPC_COMMON',
enabled=bld.CONFIG_SET('WITH_NTVFS_FILESERVER')
deps='DCERPC_COMMON'
)
bld.SAMBA_MODULE('dcerpc_dnsserver',