summaryrefslogtreecommitdiff
path: root/security/ssh/files/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/files/patch-ay')
-rw-r--r--security/ssh/files/patch-ay2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/files/patch-ay b/security/ssh/files/patch-ay
index 51e949e323e3..71daac2ca4a9 100644
--- a/security/ssh/files/patch-ay
+++ b/security/ssh/files/patch-ay
@@ -10,7 +10,7 @@
+ if (time(NULL) - last_kill_time > 60 && getppid() != 1)
+ {
+ last_kill_time = time(NULL);
-+ kill(SIGALRM, getppid());
++ kill(getppid(), SIGALRM);
+ }
+ fatal("Bad result from rsa_private_decrypt");
+ }