29 Oct
2015
29 Oct
'15
6:54 a.m.
On 28/10/15 12:38, Alan DeKok wrote:
updated = return
That worked by accident, not by design. The documentation described how it should have worked.
OK. It's an inherited codebase with all sorts of undocumented weirdness. I hesitate before changing anything I don't understand, especially if it contradicts the documentation and yet seems to work anyway.
$ man unlink
Yeah, I'd rather my RADIUS server didn't start unlinking things on the filesystem ;)
In v3, do:
if (updated) { return } -
Thank you. I'll fix my config. Jonathan