Closed sean-gilliam closed 2 years ago
When the server goes through the boot sequence, there's a call to RS.LoadOptions(). This function is defined in the bootup.c file.
RS.LoadOptions()
bootup.c
This function loads a configuration file located in area/rc.conf and populates three fields that aren't used or are defined elsewhere
area/rc.conf
Propose we remove the function, the three unused fields and the unneeded options file.
100% it needs to be removed, it's probably a stub from before.
Addressed in PR #190
When the server goes through the boot sequence, there's a call to
RS.LoadOptions()
. This function is defined in thebootup.c
file.This function loads a configuration file located in
area/rc.conf
and populates three fields that aren't used or are defined elsewherePropose we remove the function, the three unused fields and the unneeded options file.