diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/src/cli.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 7091101509a..00faffe4281 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -522,7 +522,7 @@ cli_rpc_init (struct cli_state *state)          if (ret)                  goto out; -        rpc = rpc_clnt_new (&rpc_cfg, options, this->ctx, this->name); +        rpc = rpc_clnt_new (options, this->ctx, this->name);          if (!rpc)                  goto out;  | 
