Add krb5_kdc_flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2175 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -167,6 +167,10 @@ typedef union {
|
||||
krb5_flags i;
|
||||
} krb5_ticket_flags;
|
||||
|
||||
typedef union {
|
||||
KDCOptions b;
|
||||
krb5_flags i;
|
||||
} krb5_kdc_flags;
|
||||
|
||||
typedef struct krb5_creds {
|
||||
krb5_principal client;
|
||||
|
Reference in New Issue
Block a user