From: hartwick Date: Wed, 31 Jan 2001 04:37:42 +0000 (+0000) Subject: * Remove the FIXME comment. Ooops! :) X-Git-Tag: release_0_1_0~246 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=7cf1f99d81ee530b1a4ec662444d409cc081c3d2;p=freeradius.git * Remove the FIXME comment. Ooops! :) --- 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) {