summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-15 19:05:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:35 -0500
commit28438101bd07a96ef5a3725660eb43b486a0eae0 (patch)
treefe21783a8f60419a39bb2be2d778ee086ed66bdc /source4/lib/replace
parentfda5cbc62e767e90c0a9122506759b0268e57c79 (diff)
downloadsamba-28438101bd07a96ef5a3725660eb43b486a0eae0.tar.gz
samba-28438101bd07a96ef5a3725660eb43b486a0eae0.tar.bz2
samba-28438101bd07a96ef5a3725660eb43b486a0eae0.zip
r20815: merge from samba3
metze (This used to be commit 5b8387969dcc1575a71eaf2daa8f42b94c87bbd0)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/test/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c
index 669f825b90..8a9fb9ab87 100644
--- a/source4/lib/replace/test/testsuite.c
+++ b/source4/lib/replace/test/testsuite.c
@@ -469,7 +469,7 @@ bool torture_local_replace(struct torture_context *ctx)
return ret;
}
-#ifndef _SAMBA_BUILD_
+#if _SAMBA_BUILD_<4
int main()
{
bool ret = torture_local_replace(NULL);