~ubuntu-branches/debian/experimental/smokeping/experimental

« back to all changes in this revision

Viewing changes to lib/Smokeping/probes/TelnetJunOSPing.pm

  • Committer: Package Import Robot
  • Author(s): Antoine Beaupré
  • Date: 2013-03-16 11:34:03 UTC
  • mfrom: (1.3.1) (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130316113403-ht1ik5dtc457l6jj
Tags: 2.6.9-1~exp0
* New upstream release to properly fix CVE-2012-0790 (Closes: #659899)
* Acknowledge the NMU, thanks gregor!

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    # no need for this if we run as a cgi
109
109
    unless ( $ENV{SERVER_SOFTWARE} ) {
110
110
        $self->{pingfactor} = 1000; # Gives us a good-guess default
111
 
        print "### assuming you are using an JunOS reporting in miliseconds\n";
 
111
        print "### assuming you are using an JunOS reporting in milliseconds\n";
112
112
    };
113
113
 
114
114
    return $self;