Changeset 658
- Timestamp:
- 01/24/05 22:58:46 (7 years ago)
- Files:
-
- trunk/server/munin-update.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/munin-update.in
- Property cvs2svn:cvs-rev changed from 1.30 to 1.31
r636 r658 24 24 # 25 25 # $Log$ 26 # Revision 1.31 2005/01/24 21:58:46 jimmyo 27 # Make munin-update shut up when reading from a socket goes wrong. 28 # 26 29 # Revision 1.30 2005/01/24 17:25:39 jimmyo 27 30 # Made TLS mode work. … … 822 825 $res = <$socket>; 823 826 } 824 chomp $res ;827 chomp $res if defined $res; 825 828 alarm 0; 826 829 };
