[Groonga-commit] droonga/droonga-http-server at 2026188 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 20:13:33 JST 2014


YUKI Hiroshi	2014-09-18 20:13:33 +0900 (Thu, 18 Sep 2014)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/server-options.js

  Modified: lib/server-options.js (+1 -1)
===================================================================
--- lib/server-options.js    2014-09-18 20:12:23 +0900 (5146ef1)
+++ lib/server-options.js    2014-09-18 20:13:33 +0900 (8b3cf8b)
@@ -32,7 +32,7 @@ function pluginsOption(newValue, oldValue) {
 function generateOptionHandler(onHandle, converter) {
   return function(newValue, oldValue) {
     onHandle(newValue);
-    if (handler)
+    if (converter)
       return converter(newValue);
     else
       return newValue;
-------------- next part --------------
HTML����������������������������...
Download 



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