30 Jun
2009
30 Jun
'09
7:33 p.m.
commit 2c21995a4d9c467a050ddb997b3df675f6590e8f Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 30 16:57:42 2009 +0200 If the previous evaluation failed, don't process '!' This catches the case of ((expr1) && !(expr2)), where it would still process expr2 if expr1 failed. src/main/evaluate.c | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-)