[Groonga-commit] droonga/droonga-engine at 724ff34 [master] Fix syntax error: missing "end" for "if"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 1 19:09:57 JST 2015


YUKI Hiroshi	2015-04-01 19:09:57 +0900 (Wed, 01 Apr 2015)

  New Revision: 724ff34f8e45c568440115c09c98694e457cec86
  https://github.com/droonga/droonga-engine/commit/724ff34f8e45c568440115c09c98694e457cec86

  Message:
    Fix syntax error: missing "end" for "if"

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -0)
===================================================================
--- lib/droonga/dispatcher.rb    2015-04-01 19:02:03 +0900 (81222aa)
+++ lib/droonga/dispatcher.rb    2015-04-01 19:09:57 +0900 (cd29c38)
@@ -199,6 +199,7 @@ module Droonga
           @fowrarder.forward(forward_message, forward_destination)
         else
           @cluster.forward(forward_message, forward_destination)
+        end
       end
       logger.trace("dispatch: done")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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