diff options
author | 1999-10-07 22:46:32 +0000 | |
---|---|---|
committer | 1999-10-07 22:46:32 +0000 | |
commit | 498ce403abdfa52c1deaf5503bc5cf07bd6bcc1f (patch) | |
tree | f3254043238838f07405eb996e6c3051efed6433 /usr.bin/ssh/ssh-agent.c | |
parent | - Xr acct(2) from accton(8) and vice-versa. (diff) | |
download | wireguard-openbsd-498ce403abdfa52c1deaf5503bc5cf07bd6bcc1f.tar.xz wireguard-openbsd-498ce403abdfa52c1deaf5503bc5cf07bd6bcc1f.zip |
You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r-- | usr.bin/ssh/ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c index 1ab53eee1af..24ad6179513 100644 --- a/usr.bin/ssh/ssh-agent.c +++ b/usr.bin/ssh/ssh-agent.c @@ -14,7 +14,7 @@ The authentication agent program. */ #include "includes.h" -RCSID("$Id: ssh-agent.c,v 1.10 1999/10/05 22:18:52 markus Exp $"); +RCSID("$Id: ssh-agent.c,v 1.11 1999/10/07 22:46:32 markus Exp $"); #include "ssh.h" #include "rsa.h" @@ -51,7 +51,7 @@ Identity *identities = NULL; int max_fd = 0; -/* pid of agent == parent of shell */ +/* pid of shell == parent of agent */ int parent_pid = -1; /* pathname and directory for AUTH_SOCKET */ |