35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
|
|
From 940dc10729cb5a95b7ee82c10184e2b9621c8a1d Mon Sep 17 00:00:00 2001
|
||
|
|
From: "djm@openbsd.org" <djm@openbsd.org>
|
||
|
|
Date: Wed, 14 Sep 2022 00:13:13 +0000
|
||
|
|
Subject: [PATCH] upstream: a little extra debugging
|
||
|
|
|
||
|
|
OpenBSD-Commit-ID: edf1601c1d0905f6da4c713f4d9cecc7d1c0295a
|
||
|
|
|
||
|
|
Reference:https://github.com/openssh/openssh-portable/commit/940dc10729cb5a95b7ee82c10184e2b9621c8a1d
|
||
|
|
Conflict:NA
|
||
|
|
---
|
||
|
|
ssh-agent.c | 3 ++-
|
||
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/ssh-agent.c b/ssh-agent.c
|
||
|
|
index ddda4d77..0aef07eb 100644
|
||
|
|
--- a/ssh-agent.c
|
||
|
|
+++ b/ssh-agent.c
|
||
|
|
@@ -1,4 +1,4 @@
|
||
|
|
-/* $OpenBSD: ssh-agent.c,v 1.278 2021/04/03 06:18:41 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) {
|
||
|
|
--
|
||
|
|
2.23.0
|
||
|
|
|