コード例 #1
0
ファイル: auth_null.c プロジェクト: JBTech/ralink_rt5350
static void
nul_destroy(struct rpc_auth *auth)
{
	dprintk("RPC: destroying NULL authenticator %p\n", auth);
	rpcauth_free_credcache(auth);
	rpc_free(auth);
}
コード例 #2
0
ファイル: auth_unix.c プロジェクト: xricson/knoppix
static void
unx_destroy(struct rpc_auth *auth)
{
	dprintk("RPC: destroying UNIX authenticator %p\n", auth);
	rpcauth_free_credcache(auth);
}