1 Aug
2012
1 Aug
'12
6:59 p.m.
Brian Candler wrote:
Anyway, this suggests to me that there may be two different code paths for looking up attribute numbers to names; maybe they could be unified?
There's only one... dict_attrbyvalue(). It gets the name by looking up an attribute by value. If you put the name in a file for input into "radtest", that name is used when printing the attribute. After all, it's the name you told it to use. I think that's the only confusion. Alan DeKok.