diff options
author | djm <djm> | 2003-05-14 03:40:06 +0000 |
---|---|---|
committer | djm <djm> | 2003-05-14 03:40:06 +0000 |
commit | 493012b405f755e13a758979f694b80388f093a8 (patch) | |
tree | cf785bba52ce0678993761b3adf6d7e36ea81c21 /clientloop.c | |
parent | 342dbe181e8908f043c7ca337e32397dfc707952 (diff) | |
download | openssh-493012b405f755e13a758979f694b80388f093a8.tar.gz |
- (djm) RCSID sync w/ OpenBSD
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c index f07725bb..e4ef7163 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.108 2003/04/02 09:48:07 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.109 2003/04/08 20:21:28 itojun Exp $"); #include "ssh.h" #include "ssh1.h" |