diff options
Diffstat (limited to 'net/sunrpc/auth_unix.c')
-rw-r--r-- | net/sunrpc/auth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c index b763710d3dbd..04e936a56fb2 100644 --- a/net/sunrpc/auth_unix.c +++ b/net/sunrpc/auth_unix.c | |||
@@ -237,6 +237,7 @@ static | |||
237 | const struct rpc_credops unix_credops = { | 237 | const struct rpc_credops unix_credops = { |
238 | .cr_name = "AUTH_UNIX", | 238 | .cr_name = "AUTH_UNIX", |
239 | .crdestroy = unx_destroy_cred, | 239 | .crdestroy = unx_destroy_cred, |
240 | .crbind = rpcauth_generic_bind_cred, | ||
240 | .crmatch = unx_match, | 241 | .crmatch = unx_match, |
241 | .crmarshal = unx_marshal, | 242 | .crmarshal = unx_marshal, |
242 | .crrefresh = unx_refresh, | 243 | .crrefresh = unx_refresh, |