Przeglądaj źródła

Fix typo breaking compile.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c
Matthew Kent 21 lat temu
rodzic
commit
06f6a85227
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      plugins/check_ldap.c

+ 1 - 1
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;