예제 #1
0
void rpc_destroy_authunix(void)
{
	rpcauth_destroy_credcache(&unix_auth);
}
예제 #2
0
파일: auth_generic.c 프로젝트: 3null/linux
void rpc_destroy_generic_auth(void)
{
	rpcauth_destroy_credcache(&generic_auth);
}