]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- one missed cgi file
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 Oct 2008 09:39:23 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-cgi-http_charset.patch -> 1.2

nagios-cgi-http_charset.patch

index 3d5d0c70dc7a31be641adee259e56c3fe5997be9..3bbcd6f3b4fd98f439bc7ebde6d5ca0efc8c8b66 100644 (file)
  
                if(embedded==TRUE)
                        return;
---- nagios-3.0.3/cgi/history.c 2008-06-23 23:47:44.000000000 +0300
-+++ nagios-3.0.3-cgi/cgi/history.c     2008-10-11 12:34:44.480657862 +0300
-@@ -315,7 +315,7 @@
+--- nagios-3.0.3-cgi/cgi/history.c     2008-10-11 12:34:44.480657862 +0300
++++ nagios-3.0.3/cgi/history.c 2008-10-11 12:38:12.164637148 +0300
+@@ -57,6 +57,8 @@
+ extern char url_images_path[MAX_FILENAME_LENGTH];
+ extern char url_stylesheets_path[MAX_FILENAME_LENGTH];
++extern char *http_charset;
++
+ extern int log_rotation_method;
+ extern int enable_splunk_integration;
+@@ -315,7 +317,7 @@
        get_time_string(&expire_time,date_time,sizeof(date_time),HTTP_DATE_TIME);
        printf("Expires: %s\r\n",date_time);
  
This page took 0.03602 seconds and 4 git commands to generate.