[Groonga-commit] groonga/gcs [master] Failed to listen default port

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 22 11:25:15 JST 2012


YUKI Hiroshi	2012-10-22 11:25:15 +0900 (Mon, 22 Oct 2012)

  New Revision: c8e152d9666e3bf461eee386cb5b695494f7564f
  https://github.com/groonga/gcs/commit/c8e152d9666e3bf461eee386cb5b695494f7564f

  Log:
    Failed to listen default port

  Modified files:
    bin/gcs

  Modified: bin/gcs (+1 -1)
===================================================================
--- bin/gcs    2012-10-22 11:18:32 +0900 (968ff7d)
+++ bin/gcs    2012-10-22 11:25:15 +0900 (8c7ceac)
@@ -26,7 +26,7 @@ var server = gcsServer.createServer({
       configurationHost: commandLine.options.configurationHost
     });
 
-server.listen(commandLine.options.port, function() {
+server.listen(commandLine.port, function() {
   console.log('gcs listening at %d', commandLine.port);
   console.log('database is at %s', commandLine.options.databasePath);
   console.log('privileged IP ranges are %s', commandLine.options.privilege);
-------------- next part --------------
HTML����������������������������...
下载 



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