[Groonga-commit] droonga/express-droonga at 333cc3b [master] Return host name correctly

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Thu Oct 30 12:14:31 JST 2014


YUKI Hiroshi	2014-10-30 12:14:31 +0900 (Thu, 30 Oct 2014)

  New Revision: 333cc3bbd22f33135eacc24bc25edd0588b3dedd
  https://github.com/droonga/express-droonga/commit/333cc3bbd22f33135eacc24bc25edd0588b3dedd

  Message:
    Return host name correctly

  Modified files:
    lib/catalog/v2.js

  Modified: lib/catalog/v2.js (+1 -1)
===================================================================
--- lib/catalog/v2.js    2014-10-30 11:44:33 +0900 (3872490)
+++ lib/catalog/v2.js    2014-10-30 12:14:31 +0900 (da32b9e)
@@ -80,7 +80,7 @@ VolumeCollectionOwner.prototype = {
       var address = this._raw.volume.address;
       var match = address.match(this.ADDRESS_PATTERN);
       this._ownVolume = {
-        hostName: match[0]
+        hostName: match[1]
       };
     }
     else {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る