summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/connectionVTP.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
index 802748e..698d33c 100644
--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -1123,7 +1123,6 @@ bool cConnectionVTP::CmdTUNE(char *Opts)
cStreamdevLiveStreamer* liveStreamer = new cStreamdevLiveStreamer(this, chan, prio, m_StreamType);
if ((dev = liveStreamer->GetDevice()) == NULL) {
- SetStreamer(NULL);
delete liveStreamer;
return Respond(560, "Channel not available (SwitchDevice)");
}