SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Mar 2008 16:12:16 +0000 (12:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 Mar 2008 17:42:32 +0000 (13:42 -0400)
The current RPCAUTH_LOOKUP_ROOTCREDS flag only works for AUTH_SYS
authentication, and then only as a special case in the code. This patch
removes the auth_sys special casing, and replaces it with generic code.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found