artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1dd70
)
a little extra debugging
author
djm
<djm@openbsd.org>
Wed, 14 Sep 2022 00:13:13 +0000
(
00:13
+0000)
committer
djm
<djm@openbsd.org>
Wed, 14 Sep 2022 00:13:13 +0000
(
00:13
+0000)
usr.bin/ssh/ssh-agent.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/ssh-agent.c
b/usr.bin/ssh/ssh-agent.c
index
763fb3d
..
27f2442
100644
(file)
--- a/
usr.bin/ssh/ssh-agent.c
+++ b/
usr.bin/ssh/ssh-agent.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssh-agent.c,v 1.29
0 2022/09/14 00:02:0
3 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.29
1 2022/09/14 00:13:1
3 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-832,6
+832,7
@@
process_sign_request2(SocketEntry *e)
/* Success */
ok = 0;
send:
+ debug_f("good signature");
notify_complete(notifier, "User presence confirmed");
if (ok == 0) {