diff options
Diffstat (limited to 'cli/src/cli.c')
| -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 53c9c3b297b..cc2862c5318 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -626,7 +626,7 @@ cli_rpc_init (struct cli_state *state)                          goto out;          } -        rpc = rpc_clnt_new (options, this->ctx, this->name, 16); +        rpc = rpc_clnt_new (options, this, this->name, 16);          if (!rpc)                  goto out;  | 
