Fixed usage os Post-Auth-Type REJECT
authorHerwin Weststrate <herwin@quarantainenet.nl>
Fri, 23 Oct 2015 13:12:37 +0000 (15:12 +0200)
committerHerwin Weststrate <herwin@quarantainenet.nl>
Fri, 23 Oct 2015 13:12:37 +0000 (15:12 +0200)
commitd3f504555a7bde9d3bbf5b89b3efb5cb7c11dfc2
treeda9b03b05310baaf60d0f18ba519f29172f019c5
parent8ff1448316714d72a59d59b18955fa98a1c399e0
Fixed usage os Post-Auth-Type REJECT

The values had been shifted in the dictionaries in commit d9a9d594e666d70b9762c879c2c69d9a9bb38a64, but this piece of code used a hardcoded magic value instead of the autogenerated constant from include/attributes.h. Fix this by using the constant.
src/main/auth.c