GUAC-1196: The close handler should do nothing - it is not a stub.
This commit is contained in:
parent
63f3652c54
commit
7fdbc45575
@ -325,7 +325,7 @@ void guac_rdpsnd_wave_handler(guac_rdpsndPlugin* rdpsnd,
|
|||||||
void guac_rdpsnd_close_handler(guac_rdpsndPlugin* rdpsnd,
|
void guac_rdpsnd_close_handler(guac_rdpsndPlugin* rdpsnd,
|
||||||
wStream* input_stream, guac_rdpsnd_pdu_header* header) {
|
wStream* input_stream, guac_rdpsnd_pdu_header* header) {
|
||||||
|
|
||||||
/* STUB: Do nothing for now */
|
/* Do nothing */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user