Add function to look up "name:0" or "name[1]" or "name:0[1]"
authorAlan T. DeKok <aland@freeradius.org>
Sun, 13 Apr 2014 22:23:00 +0000 (18:23 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 14 Apr 2014 17:34:13 +0000 (13:34 -0400)
commit0c7488fe157b1e6b497b94919802ba2a009fc8e7
tree200dda395f69f29b46454279ab889b87d8f39c11
parent71dd09ca1898ccafbedc2892f49478a257f4facd
Add function to look up "name:0" or "name[1]" or "name:0[1]"

Because it's easier and faster to do it here, than to force
all of the callers to manually massage the dictionary names
src/include/libradius.h
src/lib/dict.c