]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/fuzzer: Remove rudundent install=False flag from fuzz_ndr_X build rule
authorAndrew Bartlett <abartlet@samba.org>
Sat, 30 Nov 2019 07:22:26 +0000 (20:22 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2019 07:50:28 +0000 (07:50 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/fuzzing/wscript_build

index 60a94cea814fef1350473bea431b9b07b35430aa..cf94e8f89a7a4c95d4fa19bbf60af0b6b5203b37 100644 (file)
@@ -67,7 +67,6 @@ def SAMBA_NDR_FUZZ(bld, interface, auto_deps=False):
     bld.SAMBA_BINARY(name, source=fuzz_named_src,
                      cflags = "-D FUZZ_PIPE_TABLE=ndr_table_%s" % interface,
                      deps = deps,
-                     install=False,
                      fuzzer=True)
 
 Build.BuildContext.SAMBA_NDR_FUZZ = SAMBA_NDR_FUZZ