From 06f6a8522704a5deabdc961d8db9e9462f34ea02 Mon Sep 17 00:00:00 2001 From: Matthew Kent Date: Fri, 3 Dec 2004 02:21:15 +0000 Subject: Fix typo breaking compile. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 92d41a8..c0b33a8 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -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; -- cgit v0.10-9-g596f