Proper fix for "client sends ABRT after TUNE". Obsoletes many hacks in client

This commit is contained in:
Frank Schmirler
2012-05-21 00:42:08 +02:00
parent 6389c5fd90
commit fffd5aef4f
4 changed files with 15 additions and 67 deletions

View File

@@ -1282,7 +1282,8 @@ bool cConnectionVTP::CmdABRT(char *Opts)
switch (id) {
case siLive:
DELETENULL(m_LiveStreamer);
if (m_LiveStreamer)
m_LiveStreamer->Stop();
DELETENULL(m_LiveSocket);
break;
case siLiveFilter: