[gnome-keyring] gpg-agent: return correct error code for unimplemented GETINFO requests
- From: Michael Terry <mterry src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] gpg-agent: return correct error code for unimplemented GETINFO requests
- Date: Wed, 14 Sep 2011 18:49:31 +0000 (UTC)
commit 0c79fff27d840d5791cbb5abc838fb30463e3efa
Author: Michael Terry <michael terry canonical com>
Date: Wed Sep 14 14:32:12 2011 -0400
gpg-agent: return correct error code for unimplemented GETINFO requests
https://bugzilla.gnome.org/show_bug.cgi?id=659080
daemon/gpg-agent/gkd-gpg-agent-ops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gpg-agent/gkd-gpg-agent-ops.c b/daemon/gpg-agent/gkd-gpg-agent-ops.c
index 97cb946..cfb7424 100644
--- a/daemon/gpg-agent/gkd-gpg-agent-ops.c
+++ b/daemon/gpg-agent/gkd-gpg-agent-ops.c
@@ -836,7 +836,7 @@ gkd_gpg_agent_ops_getinfo (GkdGpgAgentCall *call, gchar *request)
if (implemented)
return gkd_gpg_agent_send_reply (call, TRUE, NULL);
else
- return gkd_gpg_agent_send_reply (call, FALSE, "100 not implemented");
+ return gkd_gpg_agent_send_reply (call, FALSE, "280 not implemented");
}
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]