mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(rdpsnd): reply to TrainingPdu
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
abcc42e01f
commit
5dcc526f51
@@ -193,6 +193,7 @@ impl SvcProcessor for Rdpsnd {
|
||||
pdu::ServerAudioOutputPdu::Close => {
|
||||
self.handler.close();
|
||||
}
|
||||
pdu::ServerAudioOutputPdu::Training(pdu) => return Ok(self.training_confirm(&pdu)?.into()),
|
||||
_ => {
|
||||
error!("Invalid PDU");
|
||||
self.state = RdpsndState::Stop;
|
||||
|
||||
Reference in New Issue
Block a user