summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-28 13:40:18 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-28 13:40:18 +1000
commitbb264d3a1f212be7eca4b38e61db19de8a26e158 (patch)
treee44e69f4dcf8959fcfaffca13eff3c10ac2b055c /source4/build
parent275e057bea09c1d15228963a5b5650df28a4b24b (diff)
parent8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92 (diff)
downloadsamba-bb264d3a1f212be7eca4b38e61db19de8a26e158.tar.gz
samba-bb264d3a1f212be7eca4b38e61db19de8a26e158.tar.bz2
samba-bb264d3a1f212be7eca4b38e61db19de8a26e158.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 7ae25aa6125e5375ac9c080a1e95fa34bda0dbe1)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/input.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm
index a76da496d9..53a051a3c7 100644
--- a/source4/build/smb_build/input.pm
+++ b/source4/build/smb_build/input.pm
@@ -84,7 +84,6 @@ sub check_module($$$)
return if ($mod->{ENABLE} ne "YES");
-
if (exists($INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE})) {
$mod->{INIT_FUNCTION_TYPE} = $INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE};
} else {