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 31305b05d..efa41eb85 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -298,7 +298,7 @@ cli_submit_request (void *req, call_frame_t *frame, /* Send the msg */ ret = rpc_clnt_submit (global_rpc, prog, procnum, cbkfn, &iov, count, - NULL, 0, iobref, frame); + NULL, 0, iobref, frame, NULL, 0, NULL, 0, NULL); if (ret == 0) { pthread_mutex_lock (&global_rpc->conn.lock); |