15 Jul
2020
15 Jul
'20
8:59 a.m.
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.