Sfoglia il codice sorgente

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 anni fa
parent
commit
06f6a85227
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;