mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
Revert "Send name param to stopApplication instead of url"
This reverts commit f8fb7dd893.
This commit is contained in:
@@ -168,7 +168,7 @@ private:
|
|||||||
{
|
{
|
||||||
if( !stopurl.empty() )
|
if( !stopurl.empty() )
|
||||||
{
|
{
|
||||||
_pServer->stopApplication( _name, responseHeaders );
|
_pServer->stopApplication( stopurl, responseHeaders );
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
else ATRACE("%s: Not sending stop, stop URL is empty\n", __FUNCTION__);
|
else ATRACE("%s: Not sending stop, stop URL is empty\n", __FUNCTION__);
|
||||||
|
|||||||
Reference in New Issue
Block a user