componentmanager: Auto-load mod_tls for components #hack

Fri, 09 Oct 2009 00:22:33 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 09 Oct 2009 00:22:33 +0100
changeset 1942
f74c267f7e1b
parent 1941
3f765fde5149
child 1943
3d4c703d9333

componentmanager: Auto-load mod_tls for components #hack

core/componentmanager.lua file | annotate | diff | comparison | revisions
--- a/core/componentmanager.lua	Fri Oct 09 00:19:46 2009 +0100
+++ b/core/componentmanager.lua	Fri Oct 09 00:22:33 2009 +0100
@@ -101,6 +101,7 @@
 			disco_items:set(host:sub(host:find(".", 1, true)+1), host, true);
 		end
 		modulemanager.load(host, "dialback");
+		modulemanager.load(host, "tls");
 		log("debug", "component added: "..host);
 		return session or hosts[host];
 	else

mercurial