Add start_realm cc config

This commit is contained in:
Nicolas Williams
2015-03-25 15:09:44 -05:00
parent f5a86add5c
commit 629eeb811a
3 changed files with 66 additions and 9 deletions

View File

@@ -381,6 +381,7 @@ typedef struct krb5_cccol_cursor_data *krb5_cccol_cursor;
typedef struct krb5_ccache_data {
const struct krb5_cc_ops *ops;
krb5_data data;
int initialized; /* if non-zero: krb5_cc_initialize() called, now empty */
}krb5_ccache_data;
typedef struct krb5_ccache_data *krb5_ccache;