diff options
-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 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 | ||