saving uid/gid in rpc client

This commit is contained in:
Olga Kornievskaia 2011-05-19 12:05:39 -04:00
parent aa4c8603ee
commit ee955a10b2
2 changed files with 4 additions and 0 deletions

View file

@ -219,6 +219,8 @@ int nfs41_rpc_clnt_create(
rpc->wsize = wsize;
rpc->rsize = rsize;
rpc->is_valid_session = TRUE;
rpc->uid = uid;
rpc->gid = gid;
//initialize rpc client lock
InitializeSRWLock(&rpc->lock);