upstream: misplaced debug message

OpenBSD-Commit-ID: d0f12af0a5067a756aa707bc39a83fa6f58bf7e5
This commit is contained in:
djm@openbsd.org 2023-07-10 04:51:26 +00:00 committed by Damien Miller
parent 8c7203bcee
commit 4b43bc358a
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh-agent.c,v 1.298 2023/03/31 04:45:08 dtucker Exp $ */
/* $OpenBSD: ssh-agent.c,v 1.299 2023/07/10 04:51:26 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -843,8 +843,8 @@ process_sign_request2(SocketEntry *e)
}
/* Success */
ok = 0;
send:
debug_f("good signature");
send:
notify_complete(notifier, "User presence confirmed");
if (ok == 0) {