(gss_ctx_id_t_desc): store the lifetime in the cred, since there is no
ticket transfered in the exported context git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11736 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,6 +69,7 @@ typedef struct gss_ctx_id_t_desc_struct {
|
||||
OM_uint32 flags;
|
||||
enum { LOCAL = 1, OPEN = 2, COMPAT_OLD_DES3 = 4 } more_flags;
|
||||
struct krb5_ticket *ticket;
|
||||
time_t lifetime;
|
||||
} gss_ctx_id_t_desc;
|
||||
|
||||
typedef gss_ctx_id_t_desc *gss_ctx_id_t;
|
||||
|
Reference in New Issue
Block a user