GUAC-1196: The close handler should do nothing - it is not a stub.

This commit is contained in:
Michael Jumper 2015-11-02 17:17:40 -08:00
parent 63f3652c54
commit 7fdbc45575

View File

@ -325,7 +325,7 @@ void guac_rdpsnd_wave_handler(guac_rdpsndPlugin* rdpsnd,
void guac_rdpsnd_close_handler(guac_rdpsndPlugin* rdpsnd,
wStream* input_stream, guac_rdpsnd_pdu_header* header) {
/* STUB: Do nothing for now */
/* Do nothing */
}