diff options
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
| -rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index a7420076ef3..51415b07174 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c @@ -1642,6 +1642,7 @@ static const struct rpc_authops authgss_ops = {  	.pipes_destroy	= gss_pipes_dentries_destroy,  	.list_pseudoflavors = gss_mech_list_pseudoflavors,  	.info2flavor	= gss_mech_info2flavor, +	.flavor2info	= gss_mech_flavor2info,  };  static const struct rpc_credops gss_credops = {  |