prosody
changeset 500 6468ea154296
parent 498 0862416befe3
child 502 21dc299387a6
--- a/prosody	Sun Nov 30 01:02:12 2008 +0000
+++ b/prosody	Sun Nov 30 06:14:41 2008 +0500
@@ -94,7 +94,7 @@
 for host, host_config in pairs(defined_hosts) do
 	if host ~= "*" and (host_config.core.enabled == nil or host_config.core.enabled) then
 		hosts[host] = {type = "local", connected = true, sessions = {}, host = host, s2sout = {} };
-		mkdirs(data_path.."/"..host);
+		mkdirs(host);
 	end
 end