Fix for bug introduced in the last commit.
This commit is contained in:
parent
cc294a6cf1
commit
73afd667e1
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user