Code

Fix typo breaking compile.
authorMatthew Kent <mattkent@users.sourceforge.net>
Fri, 3 Dec 2004 02:21:15 +0000 (02:21 +0000)
committerMatthew Kent <mattkent@users.sourceforge.net>
Fri, 3 Dec 2004 02:21:15 +0000 (02:21 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_ldap.c

index 92d41a895155987f4576984f6d60ffb3b9a721cf..c0b33a875fda341cd089ce06a6364a238de4a512 100644 (file)
@@ -66,7 +66,7 @@ main (int argc, char *argv[])
 
        /* should be    int result = STATE_UNKNOWN; */
        
-       int status = STATE_UNKNOW;
+       int status = STATE_UNKNOWN;
        long microsec;
        double elapsed_time;