Skip to content

Commit 19b48fc

Browse files
author
frankee
committed
fix linux compiler error
1 parent 6d58dc8 commit 19b48fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cetty-zurg/src/cetty/zurg/slave/SlaveServiceImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using namespace cetty::config;
2525
SlaveServiceImpl::SlaveServiceImpl(const EventLoopPtr& loop) {
2626
ConfigCenter::instance().configure(&config_);
2727
processManager_.reset(new ProcessManager(loop));
28-
applicationManager_.reset(new ApplicationManager(processManager_.get()));
28+
applicationManager_.reset(new ApplicationManager(*processManager_));
2929

3030
// start all configured applications
3131
init();

0 commit comments

Comments
 (0)