From b423f7b28147df0d1e85c282da58eda8bb399704 Mon Sep 17 00:00:00 2001
From: Deuce <shurd@sasktel.net>
Date: Mon, 25 Jan 2021 17:19:07 -0500
Subject: [PATCH] Global section is named "Global", it isn't the global
 section.

---
 exec/load/sbbsini.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/sbbsini.js b/exec/load/sbbsini.js
index 8e99a40212..9c475a2ed0 100644
--- a/exec/load/sbbsini.js
+++ b/exec/load/sbbsini.js
@@ -38,7 +38,7 @@ new function() {
 		return ret;
 	}
 
-	sect = null;
+	sect = "Global";
 	this.ctrl_dir = backslash(f.iniGetValue(sect, "CtrlDirectory", system.ctrl_dir));
 	this.temp_dir = backslash(f.iniGetValue(sect, "TempDirectory", system.temp_dir));
 	this.host_name = f.iniGetValue(sect, "Hostname", "");
-- 
GitLab