]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Made rlm_perl less error-prone 1527/head
authorHerwin Weststrate <herwin@snt.utwente.nl>
Sat, 6 Feb 2016 08:27:25 +0000 (09:27 +0100)
committerHerwin Weststrate <herwin@snt.utwente.nl>
Sat, 6 Feb 2016 08:27:25 +0000 (09:27 +0100)
commitd626d4bac07e078c14b2d37207490af25282af18
tree64ca143ed1e3cbdd97321c7cfde03c6077a147d1
parent46b96f9184c406d6f86de520c83252f1872cda7b
Made rlm_perl less error-prone

- If parsing an attribute failed when updating the list, don't ignore
  the other updates to that list.
- Print an error when passing an undef value in the return list, instead
  of silently discarding it.

This fixes the problems seen in #1524
src/modules/rlm_perl/rlm_perl.c