summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_keytab.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-01 00:03:10 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:07:59 +0200
commit18573c3e1fba45cd5f8ae3f3e2634d2a1efdf3e3 (patch)
tree5146311a95a7e69c407ce89e49fa4bee01e77dc6 /source3/libnet/libnet_keytab.h
parent134d8319c92436efa2e581e62d5ad4e8e1ef1d18 (diff)
downloadsamba-18573c3e1fba45cd5f8ae3f3e2634d2a1efdf3e3.tar.gz
libnet keytab: add flag clean_old_entries to libnet_keytab_context.
Michael (This used to be commit f40eb8cc20a297c57f6db22e0c2457ce7425d00c)
Diffstat (limited to 'source3/libnet/libnet_keytab.h')
-rw-r--r--source3/libnet/libnet_keytab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_keytab.h b/source3/libnet/libnet_keytab.h
index 54b0c0017ff..4d311a48e0e 100644
--- a/source3/libnet/libnet_keytab.h
+++ b/source3/libnet/libnet_keytab.h
@@ -36,6 +36,7 @@ struct libnet_keytab_context {
uint8_t zero_buf[16];
uint32_t count;
struct libnet_keytab_entry *entries;
+ bool clean_old_entries;
};
#endif /* HAVE_KRB5 */