Config file include order bug?
Sven Hartge
sven at svenhartge.de
Wed Jul 15 14:59:17 CEST 2020
On 15.07.20 14:07, Sven Hartge wrote:
> It just doesn't change the fact that this breaks freeradius for me,
> unless I manually finagle the file order in the directory every time I
> make a change.
From my limited C-knowledge it seems to me the problem is rooted in the
readdir() call in freeradius/src/main/conffile.c:2512
readdir() does not guarantee any sort of order of the dirents read from
dirp, leading to this problem here.
Grüße,
Sven.
More information about the Freeradius-Users
mailing list