Not unknown, but undefined
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Nov 2014 03:35:03 +0000 (22:35 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Nov 2014 03:35:03 +0000 (22:35 -0500)
commit7ac9ab8a17f1313280ebccec626007d5da9ccadb
tree72e61c8dc967d6febd3668f7878704977cc0de7f
parent0e398e09f9414318441c0e49f9f6b7ea63206f97
Not unknown, but undefined

Helps distinguish between the two cases.

- Undefined attributes are where the attribute hasn't been defined in the dictionary, or by the attribute string
- Unknown attributes are where the attribute hasn't been defined in the dictionary, but has been defined by the attribute string
src/include/tmpl.h
src/main/evaluate.c
src/main/modcall.c
src/main/parser.c
src/main/tmpl.c
src/main/xlat.c