diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 04:17:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 04:17:21 +0000 |
commit | f742a35be3c9630c2ddf9cdc1e376cce2bddb9ff (patch) | |
tree | 421d7061bccf50a0f8bc0c64db2b95ecc012f671 /security/ssh/files | |
parent | 37bbce243a47a80f3097176a740877cc6fa214da (diff) | |
download | ports-f742a35be3c9630c2ddf9cdc1e376cce2bddb9ff.tar.gz ports-f742a35be3c9630c2ddf9cdc1e376cce2bddb9ff.zip |
Notes
Diffstat (limited to 'security/ssh/files')
-rw-r--r-- | security/ssh/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh/files/patch-ad b/security/ssh/files/patch-ad new file mode 100644 index 000000000000..536cf9cf642a --- /dev/null +++ b/security/ssh/files/patch-ad @@ -0,0 +1,13 @@ +*** ssh-agent.c.bak Thu Mar 27 09:04:12 1997 +--- ssh-agent.c Tue Apr 1 08:08:06 1997 +*************** +*** 586,591 **** +--- 586,593 ---- + av++; + ac--; + } ++ else ++ break; + } + if (erflg) + { |