Example #1
0
void rpc_destroy_authunix(void)
{
	rpcauth_destroy_credcache(&unix_auth);
}
Example #2
0
void rpc_destroy_generic_auth(void)
{
	rpcauth_destroy_credcache(&generic_auth);
}