summaryrefslogtreecommitdiffhomepage
path: root/cli-agentfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-01-04 22:32:38 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-01-04 22:32:38 +0800
commiteabd9f5e609e5e184e4c28c1c0c4879c9476e4ae (patch)
tree8fa21e3682d6450a0118e6db1957c264d3de7e54 /cli-agentfwd.c
parentd4609682afffc14242fa04f4f33a1b9f3a9e1aaf (diff)
clarify bad/unknown
Diffstat (limited to 'cli-agentfwd.c')
-rw-r--r--cli-agentfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-agentfwd.c b/cli-agentfwd.c
index 7badc88..aea5e64 100644
--- a/cli-agentfwd.c
+++ b/cli-agentfwd.c
@@ -210,7 +210,7 @@ static void agent_get_key_list(m_list * ret_list)
ret = buf_get_pub_key(key_buf, pubkey, &key_type);
buf_free(key_buf);
if (ret != DROPBEAR_SUCCESS) {
- TRACE(("Skipping bad pubkey from agent"));
+ TRACE(("Skipping bad/unknown type pubkey from agent"));
sign_key_free(pubkey);
} else {
pubkey->type = key_type;