SUNRPC: Clean up of rpc_bindcred()

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2010-07-31 14:29:08 -04:00
parent 58f9612c6e
commit 8572b8e2e3
4 changed files with 24 additions and 32 deletions

View File

@ -606,7 +606,7 @@ rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg)
task->tk_msg.rpc_argp = msg->rpc_argp;
task->tk_msg.rpc_resp = msg->rpc_resp;
/* Bind the user cred */
rpcauth_bindcred(task, msg->rpc_cred, task->tk_flags);
task->tk_status = rpcauth_bindcred(task, msg->rpc_cred, task->tk_flags);
}
}