summaryrefslogtreecommitdiffstats
path: root/plugins/check_by_ssh.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 09:19:18 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 09:19:18 (GMT)
commit83df67099daebd7189ad0417089040f3b2de27c1 (patch)
treea821e85265092ae1f55d64ac9499d9d951466470 /plugins/check_by_ssh.c
parent9d704527496ac715e24bcc844b39125022c0aabc (diff)
downloadmonitoring-plugins-83df67099daebd7189ad0417089040f3b2de27c1.tar.gz
Localization fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@988 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r--plugins/check_by_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index d5bd3de..d9fe26e 100644
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
73 73
74 /* Set signal handling and alarm timeout */ 74 /* Set signal handling and alarm timeout */
75 if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) { 75 if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) {
76 usage4 (_(" Cannot catch SIGALRM")); 76 usage4 (_("Cannot catch SIGALRM"));
77 } 77 }
78 alarm (timeout_interval); 78 alarm (timeout_interval);
79 79