summaryrefslogtreecommitdiffstats
path: root/source/utils/testparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
commitab7f67677a1ade4669e5c2750d0a38422ea616a9 (patch)
treea85c58f853a6e2c08c9d5d9843cdaeee78f15d56 /source/utils/testparm.c
parent13d168f13f07ad36407d5c7eebe078d956fbc22e (diff)
downloadsamba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.tar.gz
samba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.tar.xz
samba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.zip
first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
Diffstat (limited to 'source/utils/testparm.c')
-rw-r--r--source/utils/testparm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/utils/testparm.c b/source/utils/testparm.c
index 9397ea25201..09948b86359 100644
--- a/source/utils/testparm.c
+++ b/source/utils/testparm.c
@@ -157,11 +157,6 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
}
}
- if (lp_status(-1) && lp_max_smbd_processes()) {
- printf("ERROR: the 'max smbd processes' parameter is set and the 'status' parameter is set to 'no'.\n");
- ret = 1;
- }
-
return ret;
}