summaryrefslogtreecommitdiff
path: root/source/include/ads.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 4daa65e796d..65a5ade556d 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -10,8 +10,6 @@ typedef struct {
time_t last_attempt; /* last attempt to reconnect */
int ldap_port;
- int is_mine; /* do I own this structure's memory? */
-
/* info needed to find the server */
struct {
char *realm;
@@ -29,7 +27,6 @@ typedef struct {
char *kdc_server;
unsigned flags;
int time_offset;
- time_t expire;
} auth;
/* info derived from the servers config */