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