--- client/device.c.orig 2008-01-25 09:21:27.000000000 +0100 +++ client/device.c 2008-01-25 09:29:09.000000000 +0100 @@ -93,6 +93,10 @@ bool res = false; bool prio = Priority < 0 || Priority > this->Priority(); bool ndr = false; + + if (!StreamdevClientSetup.StartClient) + return false; + Dprintf("ProvidesChannel, Channel=%s, Prio=%d\n", Channel->Name(), Priority); if (ClientSocket.DataSocket(siLive) != NULL