From 3dd5242adf7d6e7135cf32deaab13c77af3edea6 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 5 Mar 2008 16:10:17 +0000 Subject: some more cleanup --- plugins/imgssapi/imgssapi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/imgssapi/imgssapi.c b/plugins/imgssapi/imgssapi.c index 44a572ec..04bbc2a9 100644 --- a/plugins/imgssapi/imgssapi.c +++ b/plugins/imgssapi/imgssapi.c @@ -1,10 +1,10 @@ /* imgssapi.c * This is the implementation of the GSSAPI input module. * - * IMPORTANT: Currently this module does not really exist. It shares code - * from imtcp, which has everything (controlled via preprocessor - * defines). This file has been created in order to facilitate moving - * gssapi into its real own module. + * Note: the root gssapi code was contributed by varmojfekoj and is most often + * maintened by him. I am just doing the plumbing around it (I event don't have a + * test lab for gssapi yet... ). I am very grateful for this useful code + * contribution -- rgerhards, 2008-03-05 * * NOTE: read comments in module-template.h to understand how this file * works! -- cgit