26 Feb
2014
26 Feb
'14
4:58 a.m.
Hi,
res cannot be an unsigned int. It should be an int because this condition -> https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/src/modules/rlm_... never can be false.
thats a condition that checks IF res > 0 ...so res COULD be less than 0 - who knows what random value might be assigned to it be some wierd policy or NAS config? ;-) alan