Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21808
Modified Files:
check_http.c
Log Message:
Minor fixes.
Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- check_http.c 17 Jun 2007 19:22:51 -0000 1.107
+++ check_http.c 17 Jun 2007 19:34:55 -0000 1.108
@@ -43,6 +43,8 @@
const char *copyright = "1999-2006";
const char *email = "nagiosplug-devel@xxxxxxxxxxxxxxxxxxxxx";
+#include <ctype.h>
+
#include "common.h"
#include "netutils.h"
#include "utils.h"
@@ -1199,7 +1201,7 @@
display_html ? "</A>" : "");
if (verbose)
- printf ("Redirection to %s://%s:%d%s\n", server_type, server_address,
+ printf (_("Redirection to %s://%s:%d%s\n"), server_type, server_address,
server_port, server_url);
check_http ();
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|