Send name param to stopApplication instead of url

This commit is contained in:
wouterlucas
2016-06-20 13:48:34 -07:00
parent 3f0324261d
commit f8fb7dd893

View File

@@ -168,7 +168,7 @@ private:
{ {
if( !stopurl.empty() ) if( !stopurl.empty() )
{ {
_pServer->stopApplication( stopurl, responseHeaders ); _pServer->stopApplication( _name, 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__);