net/server_event.lua

changeset 2238
0a6375e9b2e2
parent 2237
63fc3cb50dc8
child 2239
c050074d453a
--- a/net/server_event.lua	Thu Nov 26 22:21:12 2009 +0000
+++ b/net/server_event.lua	Thu Nov 26 22:22:03 2009 +0000
@@ -380,6 +380,9 @@
 			self.starttls = false; -- prevent starttls()
 		end
 	end
+	
+	function interface_mt:set_send(new_send)
+		-- No-op, we always use the underlying connection's send
 	end
 	
 	function interface_mt:starttls()

mercurial