diff options
author | Matthew Kent <mattkent@users.sourceforge.net> | 2004-12-03 02:21:15 +0000 |
---|---|---|
committer | Matthew Kent <mattkent@users.sourceforge.net> | 2004-12-03 02:21:15 +0000 |
commit | 06f6a8522704a5deabdc961d8db9e9462f34ea02 (patch) | |
tree | dec4671b6b9501a61d5875dd6144f426c19bd622 /plugins | |
parent | 016d33230eb4fffd7e1f5644ce4901cb4d01f4e3 (diff) | |
download | monitoring-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')
-rw-r--r-- | plugins/check_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 92d41a89..c0b33a87 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; |