From 4c6e9662b8360692f8ee8c36287ec8aa0b9d831a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 1 Aug 2008 17:09:08 +0200 Subject: dssync keytab: add comment header explaining add_to_keytab_entries(). Michael (This used to be commit 1072bd9f96ff3853e5ff58239123fc8c76a99063) --- source3/libnet/libnet_dssync_keytab.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/libnet/libnet_dssync_keytab.c') diff --git a/source3/libnet/libnet_dssync_keytab.c b/source3/libnet/libnet_dssync_keytab.c index e40e353088..71fc7147df 100644 --- a/source3/libnet/libnet_dssync_keytab.c +++ b/source3/libnet/libnet_dssync_keytab.c @@ -24,6 +24,10 @@ #if defined(HAVE_ADS) && defined(ENCTYPE_ARCFOUR_HMAC) +/** + * Internal helper function to add data to the list + * of keytab entries. It builds the prefix from the input. + */ static NTSTATUS add_to_keytab_entries(TALLOC_CTX *mem_ctx, struct libnet_keytab_context *ctx, uint32_t kvno, -- cgit