diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-07-01 04:53:17 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-07-01 04:53:17 +0000 |
commit | c6582dbe370705270e6164ff8212dbdddafd9250 (patch) | |
tree | 16995bf01183b34461fd95df3f96000a5d3f2547 /cli-authpubkey.c | |
parent | 709a3e75cfb242c1b7165e599a4ccc54198967ca (diff) |
Make it compile, update for changes in channel structure.
--HG--
branch : agent-client
extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r-- | cli-authpubkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c index 20277a1..b314edc 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -174,11 +174,11 @@ int cli_auth_pubkey() { TRACE(("enter cli_auth_pubkey")) - if (cli_opts.pubkeys == NULL && + if (cli_opts.privkeys == NULL && cli_opts.agent_fwd && !cli_opts.agent_keys_loaded) { /* get the list of available keys from the agent */ - load_agent_keys(&cli_opts.pubkeys); + load_agent_keys(&cli_opts.privkeys); } if (cli_opts.privkeys != NULL) { |