~ubuntu-branches/debian/sid/xymon/sid

« back to all changes in this revision

Viewing changes to debian/patches/580493-negative-timeoffset

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-04-12 13:19:22 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110412131922-c9k33ex38lez558i
Tags: 4.3.0~beta2.dfsg-8
libssl1.0.0 removes SSLv2_client_method(), stop using it and document in
bb-hosts(5) that testing "https2" will in fact use v3. (Closes: #621115)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/hobbitd/rrd/do_la.c
 
2
+++ b/hobbitd/rrd/do_la.c
 
3
@@ -12,7 +12,7 @@ static char la_rcsid[] = "$Id: do_la.c 6
 
4
 
 
5
 int do_la_rrd(char *hostname, char *testname, char *classname, char *pagepaths, char *msg, time_t tstamp)
 
6
 {
 
7
-       static char *la_params[]          = { "DS:la:GAUGE:600:0:U", NULL };
 
8
+       static char *la_params[]          = { "DS:la:GAUGE:600:U:U", NULL };
 
9
        static void *la_tpl               = NULL;
 
10
 
 
11
        static pcre *as400_exp = NULL;