From 1072bd9f96ff3853e5ff58239123fc8c76a99063 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 1 Aug 2008 17:09:08 +0200 Subject: [PATCH] dssync keytab: add comment header explaining add_to_keytab_entries(). Michael --- source/libnet/libnet_dssync_keytab.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/libnet/libnet_dssync_keytab.c b/source/libnet/libnet_dssync_keytab.c index e40e353088c..71fc7147df5 100644 --- a/source/libnet/libnet_dssync_keytab.c +++ b/source/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, -- 2.47.3