summaryrefslogtreecommitdiffstats
path: root/web/attachments/156009-check_email_loop.diff
blob: 01901f40af41e2c96c2a59585a50009a2622b8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: check_email_loop.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_email_loop.pl,v
retrieving revision 1.3
diff -r1.3 check_email_loop.pl
1c1
< #!/usr/bin/perl 
---
> #!/usr/bin/perl -w
51a52,53
> $debug = 0;
> 
115c117
< %other_smtp_opts={};
---
> %other_smtp_opts=();