#ifndef lint
static const char rcsid[] =
- "$Id: print-radius.c,v 1.12 2002-06-11 17:08:55 itojun Exp $";
+ "$Id: print-radius.c,v 1.13 2002-07-03 16:27:12 fenner Exp $";
#endif
#ifdef HAVE_CONFIG_H
data_value = EXTRACT_32BITS(data);
}
if ( data_value <= (attr_type[attr_code].siz_subtypes - 1 +
- attr_type[attr_code].first_subtype) )
+ attr_type[attr_code].first_subtype) &&
+ data_value >= attr_type[attr_code].first_subtype )
printf("{%s}",table[data_value]);
else
printf("{#%d}",data_value);