summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorMichael Hanselmann <public@hansmi.ch>2019-09-23 21:47:51 +0000
committerUri Simchoni <uri@samba.org>2019-10-18 07:31:45 +0000
commit799a1f65f6cc80256b6e140b7763396d76d4a830 (patch)
tree0631c5765098a78ee7c62f9272ae2f583d8a1293 /source3/utils
parent68155811aba10a498cc07bf8a1c6f3a092e6147c (diff)
downloadsamba-799a1f65f6cc80256b6e140b7763396d76d4a830.tar.gz
Build registry parsing code into subsystem
Fuzzing code will make use of the "reg_parse_fd" function. By building it into the "SMBREGISTRY" subsystem it can just be linked and "reg_parse.c" doesn't need to be explicitly included. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build
index 3e0539b2cea..2e6d61d4cd4 100644
--- a/source3/utils/wscript_build
+++ b/source3/utils/wscript_build
@@ -225,7 +225,6 @@ bld.SAMBA3_BINARY('net',
net_notify.c
net_tdb.c
net_vfs.c
- ../registry/reg_parse.c
../registry/reg_format.c
../registry/reg_import.c
net_registry_util.c