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

s3:utils: remove notify_msg.c from smbstatus sources

This is not needed for smbstatus and the symbols are also available
via 'smbd_base', which already contains notify_msg.c.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14780

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2021-11-26 01:39:40 +01:00
parent 600ebefa5a
commit 35446c27f8

View File

@ -300,7 +300,7 @@ bld.SAMBA3_BINARY('destroy_netlogon_creds_cli',
''',
install=False)
smbstatus_source = 'status.c ../smbd/notify_msg.c'
smbstatus_source = 'status.c'
if bld.CONFIG_GET("WITH_PROFILE"):
smbstatus_source += ' status_profile.c'