aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_unix.c')
-rw-r--r--net/sunrpc/auth_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c
index 4e7733aee36e..82300b83045e 100644
--- a/net/sunrpc/auth_unix.c
+++ b/net/sunrpc/auth_unix.c
@@ -92,6 +92,7 @@ unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
92 if (i < NFS_NGROUPS) 92 if (i < NFS_NGROUPS)
93 cred->uc_gids[i] = NOGROUP; 93 cred->uc_gids[i] = NOGROUP;
94 } 94 }
95 cred->uc_base.cr_auth = &unix_auth;
95 cred->uc_base.cr_ops = &unix_credops; 96 cred->uc_base.cr_ops = &unix_credops;
96 97
97 return (struct rpc_cred *) cred; 98 return (struct rpc_cred *) cred;