* Fix uninitialized memory condition during shutdown when TiVo support is disabled.
This commit is contained in:
parent
671e212cdc
commit
13d9480956
@ -723,6 +723,10 @@ main(int argc, char * * argv)
|
|||||||
notify.tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
|
notify.tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
|
||||||
notify.tivo_bcast.sin_port = htons( 2190 );
|
notify.tivo_bcast.sin_port = htons( 2190 );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
notify.sbeacon = -1;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SendSSDPGoodbye(notify.snotify, n_lan_addr);
|
SendSSDPGoodbye(notify.snotify, n_lan_addr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user