The current config file parser is 2 passes. The first pass collects the info in memory. The second pass does the work. I think that structure is leftover from when it could write out the config file, but that was removed a long time ago.
If we can't write it out, there is no need for a parsed copy in memory. I'll bet a lot of stuff can be simplified if the in-memory copy is eliminated. Another quirk with the two passes is that the order and timing differs from what you would probably expect. -- These are my opinions. I hate spam. _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
