aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index b12a0edb..92d41a89 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -20,7 +20,7 @@
const char *progname = "check_ldap";
const char *revision = "$Revision$";
-const char *copyright = "2000-2003";
+const char *copyright = "2000-2004";
const char *email = "nagiosplug-devel@lists.sourceforge.net";
#include "common.h"
@@ -64,7 +64,9 @@ main (int argc, char *argv[])
LDAP *ld;
LDAPMessage *result;
- int status;
+ /* should be int result = STATE_UNKNOWN; */
+
+ int status = STATE_UNKNOW;
long microsec;
double elapsed_time;