Changeset

327:963d156a4b36

verse: Really pass the connection to ondisconnect, not some unknown global
author Kim Alvefur <zash@zash.se>
date Sun, 10 Feb 2013 04:20:44 +0100
parents 326:f657ed8f464e
children 328:55e3fd7b9731
files init.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init.lua	Sun Feb 10 03:41:45 2013 +0100
+++ b/init.lua	Sun Feb 10 04:20:44 2013 +0100
@@ -150,7 +150,7 @@
 	end
 	local on_disconnect = self.conn.disconnect();
 	self.conn:close();
-	on_disconnect(conn, reason);
+	on_disconnect(self.conn, reason);
 end
 
 -- Logging functions