[Groonga-commit] droonga/droonga-http-server at dbaf532 [master] Fix wrong type of the "host" option: it's a string, not an integer.

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 17:05:08 JST 2014


YUKI Hiroshi	2014-11-21 17:05:08 +0900 (Fri, 21 Nov 2014)

  New Revision: dbaf5323f86b2e7363bf3c37c306f9071939384f
  https://github.com/droonga/droonga-http-server/commit/dbaf5323f86b2e7363bf3c37c306f9071939384f

  Message:
    Fix wrong type of the "host" option: it's a string, not an integer.

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-11-20 15:42:11 +0900 (2538d20)
+++ bin/droonga-http-server-configure    2014-11-21 17:05:08 +0900 (991a383)
@@ -294,7 +294,7 @@ function tryResetConfigs() {
     options.systemLogFile = 'droonga-http-server.system.log';
     options.environment = 'production';
 
-    setIntegerOption('host', 'IP address to accept requests from clients (0.0.0.0 means "any IP address")')
+    setStringOption('host', 'IP address to accept requests from clients (0.0.0.0 means "any IP address")')
       .then(function() { return setIntegerOption('port', 'port'); })
       .then(function() { return setStringOption('receiveHostName', 'hostname of this node'); })
       .then(function() { return setStringsOption('droongaEngineHostNames', 'hostnames of droonga-engine nodes'); })
-------------- next part --------------
HTML����������������������������...
下載 



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