From: Amitay Isaacs Date: Mon, 4 May 2020 06:32:38 +0000 (+1000) Subject: wscript_build: Remove duplicate recursion in source4/smbd X-Git-Tag: ldb-2.2.0~645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e595d2a1fd208f46098bba045508db09c093a7f8;p=thirdparty%2Fsamba.git wscript_build: Remove duplicate recursion in source4/smbd Signed-off-by: Amitay Isaacs Reviewed-by: Volker Lendecke --- diff --git a/wscript_build b/wscript_build index 3ae92e40542..850ed71c1c1 100644 --- a/wscript_build +++ b/wscript_build @@ -62,7 +62,6 @@ bld.RECURSE('source4/librpc') bld.RECURSE('source4/dsdb') bld.RECURSE('source4/smbd') bld.RECURSE('source4/cluster') -bld.RECURSE('source4/smbd') bld.RECURSE('source4/libnet') bld.RECURSE('source4/auth') bld.RECURSE('auth')