From c96a001744e0beb5f7bc5164da0c98c261b1aab8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 8 Nov 2008 20:32:30 +0000 Subject: Add host field to local host sessions --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index ec883234..eac26fe5 100644 --- a/main.lua +++ b/main.lua @@ -17,7 +17,7 @@ hosts = {}; if config.hosts and #config.hosts > 0 then for _, host in pairs(config.hosts) do - hosts[host] = {type = "local", connected = true, sessions = {}}; + hosts[host] = {type = "local", connected = true, sessions = {}, host = host}; end else error("No hosts defined in the configuration file"); end -- cgit v1.2.3