26 lines
805 B
Diff
26 lines
805 B
Diff
From d12a449ba5ff74dc9a03755610f7a24e61e5c062 Mon Sep 17 00:00:00 2001
|
|
From: zhouwenpei <zhouwenpei1@h-partners.com>
|
|
Date: Sat, 28 Jan 2023 17:27:58 +0800
|
|
Subject: [PATCH] remove sensitive information
|
|
|
|
---
|
|
gcr/gcr-ssh-askpass.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/gcr/gcr-ssh-askpass.c b/gcr/gcr-ssh-askpass.c
|
|
index fd9e20b..b4b33d4 100644
|
|
--- a/gcr/gcr-ssh-askpass.c
|
|
+++ b/gcr/gcr-ssh-askpass.c
|
|
@@ -193,8 +193,6 @@ askpass_thread (gpointer data)
|
|
if (input->len == 0)
|
|
g_string_append (input, _("Enter your OpenSSH passphrase"));
|
|
|
|
- g_debug ("asking for ssh-askpass password: %s", input->str);
|
|
-
|
|
password = g_tls_password_new (G_TLS_PASSWORD_NONE, input->str);
|
|
res = g_tls_interaction_invoke_ask_password (ctx->interaction, password, ctx->cancellable, &error);
|
|
|
|
--
|
|
2.33.0
|
|
|