[Groonga-commit] droonga/droonga-client-ruby at e0570e0 [master] droonga-send: Fix variable name duplication

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 23 21:15:06 JST 2014


Kouhei Sutou	2014-03-23 21:15:06 +0900 (Sun, 23 Mar 2014)

  New Revision: e0570e0562159032b4cc3962b39845771bd5611c
  https://github.com/droonga/droonga-client-ruby/commit/e0570e0562159032b4cc3962b39845771bd5611c

  Message:
    droonga-send: Fix variable name duplication

  Modified files:
    bin/droonga-send

  Modified: bin/droonga-send (+2 -2)
===================================================================
--- bin/droonga-send    2014-03-23 21:09:47 +0900 (c045303)
+++ bin/droonga-send    2014-03-23 21:15:06 +0900 (03d8fd4)
@@ -67,8 +67,8 @@ request_json_files = parser.parse!(ARGV)
 
 servers << default_server if servers.empty?
 clients = servers.collect do |server|
-  options = parse_server(server)
-  client = Droonga::Client.new(options)
+  client_options = parse_server(server)
+  client = Droonga::Client.new(client_options)
   Droonga::Client::RateLimiter.new(client, messages_per_second)
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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