From cc8f758f15856a5ed5f35c20c2ecd80ce3d6b80e Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 30 Mar 2010 01:16:52 +0200 Subject: [PATCH] sid0-problem --- lib/logan/inc/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logan/inc/command.rb b/lib/logan/inc/command.rb index 88adf69..50bd356 100644 --- a/lib/logan/inc/command.rb +++ b/lib/logan/inc/command.rb @@ -7,7 +7,7 @@ module LogAn @sid = sid end - def event_read line, sock + def event_line line, sock cmd, l = line.unpack 'na*' self[cmd].call( l, sock) if self[cmd] end