Repository: trafficserver Updated Branches: refs/heads/master caafcbbe0 -> 62db17bdf
Build fix. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/62db17bd Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/62db17bd Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/62db17bd Branch: refs/heads/master Commit: 62db17bdf51d47d0a9bbcc70d0b480d04a308571 Parents: caafcbb Author: James Peach <[email protected]> Authored: Wed Apr 6 20:52:45 2016 -0700 Committer: James Peach <[email protected]> Committed: Wed Apr 6 20:52:45 2016 -0700 ---------------------------------------------------------------------- proxy/hdrs/test_mime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/62db17bd/proxy/hdrs/test_mime.cc ---------------------------------------------------------------------- diff --git a/proxy/hdrs/test_mime.cc b/proxy/hdrs/test_mime.cc index c4752ae..d554a00 100644 --- a/proxy/hdrs/test_mime.cc +++ b/proxy/hdrs/test_mime.cc @@ -22,7 +22,7 @@ */ #include <ts/TestBox.h> -#include "P_Eventsystem.h" +#include "P_EventSystem.h" #include "MIME.h" REGRESSION_TEST(MIME)(RegressionTest *t, int /* atype ATS_UNUSED */, int *pstatus) @@ -55,7 +55,7 @@ REGRESSION_TEST(MIME)(RegressionTest *t, int /* atype ATS_UNUSED */, int *pstatu int main(int argc, char *argv[]) { - Thread *main_thread = new EThread; + Thread *main_thread = new EThread(); main_thread->set_specific(); mime_init();
