Explorar o código

HPCC-8762 Ecl packagemap list/info needs to support authentication

Signed-off-by: Stuart Ort <stuart.ort@lexisnexis.com>
Stuart Ort %!s(int64=12) %!d(string=hai) anos
pai
achega
af53e0d99d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      ecl/ecl-package/ecl-package.cpp

+ 4 - 0
ecl/ecl-package/ecl-package.cpp

@@ -240,6 +240,8 @@ public:
                 }
                 continue;
             }
+            if (EclCmdCommon::matchCommandLineOption(iter, true)!=EclCmdOptionMatch)
+                return false;
         }
         return true;
     }
@@ -331,6 +333,8 @@ public:
                 }
                 continue;
             }
+            if (EclCmdCommon::matchCommandLineOption(iter, true)!=EclCmdOptionMatch)
+                return false;
         }
         return true;
     }