Multiple ServerFlags sections (even in different files) results in prior-loaded sections being silently ignored
I made two xorg.conf.d files, one setting OffTime, and another setting MaxClients. When the file setting OffTime is loaded, xf86readConfigFile replaces the conf_flags list (which had previously loaded MaxClients), and it's as if the previous assignment to MaxClients simply never happened. No error or anything.