From 7cf1f99d81ee530b1a4ec662444d409cc081c3d2 Mon Sep 17 00:00:00 2001 From: hartwick Date: Wed, 31 Jan 2001 04:37:42 +0000 Subject: [PATCH] * Remove the FIXME comment. Ooops! :) --- src/main/files.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/files.c b/src/main/files.c index b4f7028..118695b 100644 --- a/src/main/files.c +++ b/src/main/files.c @@ -94,8 +94,6 @@ static void auth_type_fixup(VALUE_PAIR *check) /* * Add an Auth-Type attribute. - * FIXME: put Auth-Type _first_ (doesn't matter now, - * might matter some day). * */ if ((vp = paircreate(PW_AUTHTYPE, PW_TYPE_INTEGER)) == NULL) { -- 2.1.4