Code

bump copyright year
[nagiosplug.git] / plugins / check_ldap.c
index b12a0edba776af0c5dc5077bcb141d039839bbf1..92d41a895155987f4576984f6d60ffb3b9a721cf 100644 (file)
@@ -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;