diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
| commit | 1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch) | |
| tree | d69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /tools/p1.pl | |
| parent | 99283972fe3a74d3a1dea12c4099f76286130a67 (diff) | |
| parent | a71ce153082565e5728424749475593dc0623492 (diff) | |
| download | monitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz | |
merged with mastercheck_snmp_fixes
Diffstat (limited to 'tools/p1.pl')
| -rw-r--r-- | tools/p1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/p1.pl b/tools/p1.pl index 9cbe6dc0..ea80c334 100644 --- a/tools/p1.pl +++ b/tools/p1.pl | |||
| @@ -30,7 +30,7 @@ use IO::File; | |||
| 30 | 30 | ||
| 31 | sub TIEHANDLE { | 31 | sub TIEHANDLE { |
| 32 | my ($class, $fn) = @_; | 32 | my ($class, $fn) = @_; |
| 33 | my $handle = new IO::File "> $fn" or die "Cannot open embedded work filei $!\n"; | 33 | my $handle = new IO::File "> $fn" or die "Cannot open embedded work file $!\n"; |
| 34 | bless { FH => $handle, Value => 0}, $class; | 34 | bless { FH => $handle, Value => 0}, $class; |
| 35 | } | 35 | } |
| 36 | 36 | ||
