[Groonga-commit] droonga/droonga-engine at 2e5e56b [master] Suppress warning for undefined local variable

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 30 16:23:38 JST 2015


YUKI Hiroshi	2015-04-30 16:23:38 +0900 (Thu, 30 Apr 2015)

  New Revision: 2e5e56bd262e15693686ec0fa5c0eba5113b5ccc
  https://github.com/droonga/droonga-engine/commit/2e5e56bd262e15693686ec0fa5c0eba5113b5ccc

  Message:
    Suppress warning for undefined local variable

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+1 -0)
===================================================================
--- lib/droonga/forward_buffer.rb    2015-04-30 16:10:07 +0900 (df3446a)
+++ lib/droonga/forward_buffer.rb    2015-04-30 16:23:38 +0900 (3ae1824)
@@ -41,6 +41,7 @@ module Droonga
       @unpacker = MessagePack::Unpacker.new
 
       @target = node_name
+      @process_messages_newer_than_timestamp = nil
     end
 
     def add(message, destination)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index