* Fix uninitialized memory condition during shutdown when TiVo support is disabled.

This commit is contained in:
Justin Maggard 2009-06-09 22:34:23 +00:00
parent 671e212cdc
commit 13d9480956

View File

@ -723,6 +723,10 @@ main(int argc, char * * argv)
notify.tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
notify.tivo_bcast.sin_port = htons( 2190 );
}
else
{
notify.sbeacon = -1;
}
#endif
SendSSDPGoodbye(notify.snotify, n_lan_addr);