From b6b135c1f91cc3dc0483b3fb76557ae992eb84d0 Mon Sep 17 00:00:00 2001 From: jcli Date: Thu, 28 Jul 2016 17:59:30 -0700 Subject: [PATCH] Revert "Send name param to stopApplication instead of url" This reverts commit f8fb7dd8935bcc0510d36aba4d25e0e65a4fb7c7. --- client/DialConformance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/DialConformance.h b/client/DialConformance.h index 69218ca..b6c4298 100644 --- a/client/DialConformance.h +++ b/client/DialConformance.h @@ -168,7 +168,7 @@ private: { if( !stopurl.empty() ) { - _pServer->stopApplication( _name, responseHeaders ); + _pServer->stopApplication( stopurl, responseHeaders ); } #ifdef DEBUG else ATRACE("%s: Not sending stop, stop URL is empty\n", __FUNCTION__);