[Nagiosplug-checkins] nagiosplug/plugins check_ldap.c,1.22,1.23

Matthew Kent mattkent at users.sourceforge.net
Thu Dec 2 18:22:02 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12917

Modified Files:
	check_ldap.c 
Log Message:
Fix typo breaking compile.


Index: check_ldap.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ldap.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- check_ldap.c	3 Dec 2004 00:55:27 -0000	1.22
+++ check_ldap.c	3 Dec 2004 02:21:15 -0000	1.23
@@ -66,7 +66,7 @@
 
 	/* should be 	int result = STATE_UNKNOWN; */
 	
-	int status = STATE_UNKNOW;
+	int status = STATE_UNKNOWN;
 	long microsec;
 	double elapsed_time;
 





More information about the Commits mailing list