client: Clear incoming signalStatus before filling it

This commit is contained in:
Dennis Hamester 2016-11-10 17:18:45 +01:00
parent 5fc6fc2ebc
commit ba7e50e79c
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ bool SwitchChannel(const PVR_CHANNEL& channel) {
}
PVR_ERROR SignalStatus(PVR_SIGNAL_STATUS& signalStatus) {
memset(&signalStatus, 0, sizeof(PVR_SIGNAL_STATUS));
rtsp_fill_signal_status(signalStatus);
return PVR_ERROR_NO_ERROR;
}