diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 16:10:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 16:10:17 +0000 |
commit | 3dd5242adf7d6e7135cf32deaab13c77af3edea6 (patch) | |
tree | 892a6965d5a41fa5b10777616d8b4ec036279d93 | |
parent | 28539618010762ab285de97c86547a490beef98f (diff) | |
download | rsyslog-3dd5242adf7d6e7135cf32deaab13c77af3edea6.tar.gz rsyslog-3dd5242adf7d6e7135cf32deaab13c77af3edea6.tar.xz rsyslog-3dd5242adf7d6e7135cf32deaab13c77af3edea6.zip |
some more cleanup
-rw-r--r-- | plugins/imgssapi/imgssapi.c | 8 |
1 files 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! |