rdpsnd: reset close request when a wave is received.

This commit is contained in:
Vic Lee 2011-08-16 09:23:29 +08:00
parent c5ed8b67fe
commit 46dd495229

View File

@ -306,6 +306,7 @@ static void rdpsnd_process_message_wave_info(rdpsndPlugin* rdpsnd, STREAM* data_
DEBUG_SVC("waveDataSize %d wFormatNo %d", rdpsnd->waveDataSize, wFormatNo);
rdpsnd->close_timestamp = 0;
if (!rdpsnd->is_open)
{
rdpsnd->current_format = wFormatNo;