logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpc_gss_get_error — Get error details

Authors

       This manual page was written by Doug Rabson <dfr@FreeBSD.org>.

Debian                                          January 26, 2010                            RPC_GSS_GET_ERROR(3)

Availability

       The rpc_gss_get_error() function is part of libtirpc.

Description

       Get details of the last RPCSEC_GSS error.

Name

       rpc_gss_get_error — Get error details

Parameters

       error     A pointer to a structure where the error details will be returned

See Also

rpc(3), gssapi(3), rpcsec_gss(3)

Synopsis

#include<rpc/rpcsec_gss.h>voidrpc_gss_get_error(rpc_gss_error_t*error);

See Also