upstream: a little extra debugging
OpenBSD-Commit-ID: edf1601c1d0905f6da4c713f4d9cecc7d1c0295a
This commit is contained in:
parent
4b5f91cb95
commit
940dc10729
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ssh-agent.c,v 1.290 2022/09/14 00:02:03 djm Exp $ */
|
||||
/* $OpenBSD: ssh-agent.c,v 1.291 2022/09/14 00:13:13 djm Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
|
@ -845,6 +845,7 @@ process_sign_request2(SocketEntry *e)
|
|||
/* Success */
|
||||
ok = 0;
|
||||
send:
|
||||
debug_f("good signature");
|
||||
notify_complete(notifier, "User presence confirmed");
|
||||
|
||||
if (ok == 0) {
|
||||
|
|
Loading…
Reference in New Issue