29 Sep
2009
29 Sep
'09
2:26 p.m.
Alexander Clouter wrote:
Fixed missing comma in rlm_detail that leads to the following entries appearing 'Packet-Type = Access-ChallengeStatus-Server'; also fixes the other packet types as the array from that point is off-by-one
It's simpler to just delete that array entirely. The packet_codes[] array is now a global in lib/radius.c. I've committed a patch to do that. Alan DeKok.