(FILENAME): simplify definition
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -58,10 +58,10 @@ typedef struct krb5_fcache{
|
|||||||
|
|
||||||
#define FCC_TAG_DELTATIME 1
|
#define FCC_TAG_DELTATIME 1
|
||||||
|
|
||||||
#define FILENAME(X) (((krb5_fcache*)(X)->data.data)->filename)
|
|
||||||
|
|
||||||
#define FCACHE(X) ((krb5_fcache*)(X)->data.data)
|
#define FCACHE(X) ((krb5_fcache*)(X)->data.data)
|
||||||
|
|
||||||
|
#define FILENAME(X) (FCACHE(X)->filename)
|
||||||
|
|
||||||
static char*
|
static char*
|
||||||
fcc_get_name(krb5_context context,
|
fcc_get_name(krb5_context context,
|
||||||
krb5_ccache id)
|
krb5_ccache id)
|
||||||
|
Reference in New Issue
Block a user