summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 4928394..400d74a 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -374,7 +374,7 @@ validate_arguments ()
374 if (ld_host==NULL || strlen(ld_host)==0) 374 if (ld_host==NULL || strlen(ld_host)==0)
375 usage4 (_("Please specify the host name\n")); 375 usage4 (_("Please specify the host name\n"));
376 376
377 if (ld_base==NULL || strlen(ld_base)==0) 377 if (ld_base==NULL)
378 usage4 (_("Please specify the LDAP base\n")); 378 usage4 (_("Please specify the LDAP base\n"));
379 379
380 return OK; 380 return OK;