diff --git a/upnp/sample/tvcombo/upnp_tv_ctrlpt.c b/upnp/sample/tvcombo/upnp_tv_ctrlpt.c index 2c61c91..122a682 100644 --- a/upnp/sample/tvcombo/upnp_tv_ctrlpt.c +++ b/upnp/sample/tvcombo/upnp_tv_ctrlpt.c @@ -943,7 +943,6 @@ void TvCtrlPointHandleEvent( { struct TvDeviceNode *tmpdevnode; int service; - const char *aux_sid = NULL; ithread_mutex_lock(&DeviceListMutex); @@ -954,7 +953,7 @@ void TvCtrlPointHandleEvent( SampleUtil_Print("Received Tv %s Event: %d for SID %s", TvServiceName[service], evntkey, - aux_sid); + sid); TvStateUpdate( tmpdevnode->device.UDN, service, diff --git a/upnp/sample/tvctrlpt/upnp_tv_ctrlpt.c b/upnp/sample/tvctrlpt/upnp_tv_ctrlpt.c index afe0b24..054f4dc 100644 --- a/upnp/sample/tvctrlpt/upnp_tv_ctrlpt.c +++ b/upnp/sample/tvctrlpt/upnp_tv_ctrlpt.c @@ -949,7 +949,6 @@ void TvCtrlPointHandleEvent( { struct TvDeviceNode *tmpdevnode; int service; - const char *aux_sid = NULL; ithread_mutex_lock(&DeviceListMutex); @@ -960,7 +959,7 @@ void TvCtrlPointHandleEvent( SampleUtil_Print("Received Tv %s Event: %d for SID %s", TvServiceName[service], evntkey, - aux_sid); + sid); TvStateUpdate( tmpdevnode->device.UDN, service,