summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r--source3/utils/testparm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index c1b8b10a84..97dc0c014a 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -92,12 +92,6 @@ to a valid password server.\n", sec_setting );
ret = 1;
}
- if(lp_use_rhosts() && !lp_hostname_lookups()) {
- printf("ERROR: The setting 'use rhosts = yes' requires the 'hostname lookups = yes'.\n");
- ret = 1;
- }
-
-
/*
* Password chat sanity checks.
*/