adding sec flavor to upcall
This commit is contained in:
parent
b9494c3ccc
commit
3b9f37d5a1
9 changed files with 124 additions and 28 deletions
|
|
@ -354,7 +354,7 @@ int nfs41_root_mount_addrs(
|
|||
|
||||
/* create an rpc client */
|
||||
status = nfs41_rpc_clnt_create(addrs, root->wsize, root->rsize, !is_data,
|
||||
root->uid, root->gid, &rpc);
|
||||
root->uid, root->gid, root->sec_flavor, &rpc);
|
||||
if (status) {
|
||||
eprintf("nfs41_rpc_clnt_create() failed %d\n", status);
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue