Revert "Send name param to stopApplication instead of url"

This reverts commit f8fb7dd893.
This commit is contained in:
jcli
2016-07-28 17:59:30 -07:00
parent 15a14d2168
commit b6b135c1f9

View File

@@ -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__);