Fix for bug introduced in the last commit.

This commit is contained in:
Marcelo Roberto Jimenez 2010-10-04 13:24:38 -03:00
parent cc294a6cf1
commit 73afd667e1
2 changed files with 2 additions and 4 deletions

View File

@ -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,

View File

@ -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,