summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorMatthew Kent <mattkent@users.sourceforge.net>2004-12-03 02:21:15 (GMT)
committerMatthew Kent <mattkent@users.sourceforge.net>2004-12-03 02:21:15 (GMT)
commit06f6a8522704a5deabdc961d8db9e9462f34ea02 (patch)
treedec4671b6b9501a61d5875dd6144f426c19bd622 /plugins/check_ldap.c
parent016d33230eb4fffd7e1f5644ce4901cb4d01f4e3 (diff)
downloadmonitoring-plugins-06f6a8522704a5deabdc961d8db9e9462f34ea02.tar.gz
Fix typo breaking compile.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c
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 92d41a8..c0b33a8 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -66,7 +66,7 @@ main (int argc, char *argv[])
66 66
67 /* should be int result = STATE_UNKNOWN; */ 67 /* should be int result = STATE_UNKNOWN; */
68 68
69 int status = STATE_UNKNOW; 69 int status = STATE_UNKNOWN;
70 long microsec; 70 long microsec;
71 double elapsed_time; 71 double elapsed_time;
72 72