Skip to content

Commit

Permalink
Merge pull request #134 from jarod/fix_adminreg_stopserver
Browse files Browse the repository at this point in the history
fix: AdminReg stopServer
  • Loading branch information
ruanshudong authored Mar 23, 2023
2 parents df78d91 + a711330 commit 04f9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminRegistryServer/AdminRegistryImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ int AdminRegistryImp::stopServer(const string & application, const string & serv
}
else
{
iRet = NodeManager::getInstance()->startServer(application, serverName, nodeName, result, current);
iRet = NodeManager::getInstance()->stopServer(application, serverName, nodeName, result, current);
}

return iRet;
Expand Down

0 comments on commit 04f9fab

Please sign in to comment.