소스 검색

Merge pull request #15715 from richardkchapman/osx-build-error-1

HPCC-27107 OSX build error in thmfilemanager_lcr.cpp

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 3 년 전
부모
커밋
a9ea8e0fe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      thorlcr/mfilemanager/thmfilemanager.cpp

+ 1 - 1
thorlcr/mfilemanager/thmfilemanager.cpp

@@ -318,7 +318,7 @@ public:
         {
             if (lfn.isRemote() || (!lfn.isExternal() && job.getOptBool("dfsesp-localfiles")))
             {
-                auto func = [&job, &lfn, write, privilegedUser](unsigned timeout)
+                auto func = [&job, &lfn](unsigned timeout)
                 {
                     return wsdfs::lookupLegacyDFSFile(lfn.get(), timeout, wsdfs::keepAliveExpiryFrequency, job.queryUserDescriptor());
                 };