浏览代码

linux build

David Rose 16 年之前
父节点
当前提交
f568e7cca5
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      direct/src/plugin/p3dAuthSession.cxx
  2. 1 1
      direct/src/plugin/p3dAuthSession.h

+ 0 - 1
direct/src/plugin/p3dAuthSession.cxx

@@ -268,7 +268,6 @@ wt_thread_run() {
   pid_t result = waitpid(_p3dcert_pid, &status, WNOHANG);
   if (result == -1) {
     perror("waitpid");
-    break;
   }
       
   nout << "p3dcert process has successfully stopped.\n";

+ 1 - 1
direct/src/plugin/p3dAuthSession.h

@@ -78,6 +78,6 @@ private:
   THREAD _wait_thread;
 };
 
-#include "P3DAuthSession.I"
+#include "p3dAuthSession.I"
 
 #endif