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

« back to all changes in this revision

Viewing changes to lib/Smokeping/probes/IOSPing.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:
82
82
    # no need for this if we run as a cgi
83
83
    unless ( $ENV{SERVER_SOFTWARE} ) {
84
84
        $self->{pingfactor} = 1000; # Gives us a good-guess default
85
 
        print "### assuming you are using an IOS reporting in miliseconds\n";
 
85
        print "### assuming you are using an IOS reporting in milliseconds\n";
86
86
    };
87
87
 
88
88
    return $self;