diff options
-rw-r--r-- | source3/utils/testparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index af20d04606..dd4cef8e23 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -293,7 +293,7 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_ } for (s=0;s<1000;s++) { - if (VALID_SNUM(s)) { + if (VALID_SNUM(s) && (skip_logic_checks == 0)) { const char **deny_list = lp_hostsdeny(s); const char **allow_list = lp_hostsallow(s); int i; |