X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsunrpc%2Fauth_null.c;h=3c26c18df0dec1eca563c6fa8ff34cf7f50e10ad;hb=5c691044ecbca04dd558fca4c754121689fe1b34;hp=537d0e8589ddb598c9137eb97ccea1a870af04a6;hpb=8269cc4e2b0ddcdcb9e7f2034c464ef8613737a1;p=linux-2.6 diff --git a/net/sunrpc/auth_null.c b/net/sunrpc/auth_null.c index 537d0e8589..3c26c18df0 100644 --- a/net/sunrpc/auth_null.c +++ b/net/sunrpc/auth_null.c @@ -125,6 +125,7 @@ static const struct rpc_credops null_credops = { .cr_name = "AUTH_NULL", .crdestroy = nul_destroy_cred, + .crbind = rpcauth_generic_bind_cred, .crmatch = nul_match, .crmarshal = nul_marshal, .crrefresh = nul_refresh,