Move proxy ID handler to RB trees instead of hashes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 4 May 2011 11:50:46 +0000 (13:50 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 4 May 2011 11:50:46 +0000 (13:50 +0200)
commit1fc58a22dd71e5900e1d0e5a6bfad5410546efe6
tree6a5c8a745f87ff07d2acda29f0fb6e9ffd7d9c79
parent2e9554db304a713baca107439463186f3bf3c807
Move proxy ID handler to RB trees instead of hashes

This is apparently the root cause behind bug #35.  It's not
clear why the hash table has that problem, but making this change
fixes it.
src/lib/packet.c