/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* Openvision retains the copyright to derivative works of
* this source code. Do *NOT* create a derivative of this
* source code before consulting with your legal department.
* Do *NOT* integrate *ANY* of this source code into another
* product before consulting with your legal department.
*
* For further information, read the top-level Openvision
* copyright which is contained in the top-level MIT Kerberos
* copyright.
*
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
*/
/*
* Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved.
*
* $Id: clnt_privs.c 18130 2006-06-14 21:42:02Z raeburn $
* $Source$
*
*/
#if !defined(lint) && !defined(__CODECENTER__)
#endif
#include <kadm5/kadm_rpc.h>
#include "client_internal.h"
{
getprivs_ret *r;
if (r == NULL)
return KADM5_RPC_ERROR;
return r->code;
}