Subj : src/sbbs3/sbbs_ini.c sbbs_ini.h src/sbbs3/scfg/scfgsrvr.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Sat Mar 25 2023 06:46 pm https://gitlab.synchro.net/main/sbbs/-/commit/1f06fc852479868b808aa24c Modified Files: src/sbbs3/sbbs_ini.c sbbs_ini.h src/sbbs3/scfg/scfgsrvr.c Log Message: Add and use sbbs_free_ini() to free allocated portions of startup structures Remove values, not keys, when setting a key with a global default. Use UInt16 functions for getting/setting TCP ports (this fixes an issue with the FTP PasvHigh port being set to -1 (instead of 65535). Use iniGetUInteger instead of iniGetShortInt for most other key values. First sbbs.ini save support in SCFG, still experimental. .