summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-20 08:31:16 +0200
committerStefan Metzmacher <metze@samba.org>2011-05-20 13:14:38 +0200
commit1e472f1534985a9e70a2bed45723e08fe8dee078 (patch)
tree3896e42baff57b0e444d578105a666b00f983325
parent7ab9e26b601e4e51736ce6eace46e6588fa1148f (diff)
downloadsamba-1e472f1534985a9e70a2bed45723e08fe8dee078.tar.gz
samba-1e472f1534985a9e70a2bed45723e08fe8dee078.tar.bz2
samba-1e472f1534985a9e70a2bed45723e08fe8dee078.zip
s3:testparm: don't return an error for a warning message
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri May 20 13:14:39 CEST 2011 on sn-devel-104
-rw-r--r--source3/utils/testparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index edb11a6b05..f8b8c7fc9f 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -154,7 +154,6 @@ to the default value * or a valid password server.\n", sec_setting );
sec_setting = "";
fprintf(stderr, "WARNING: The setting 'security=%s' is should NOT be combined with the 'password server' parameter.\n (by default Samba will discover the correct DC to contact automatically).\n", sec_setting );
- ret = 1;
}
/*