Skip to content

Commit

Permalink
Update resource_device_service.go
Browse files Browse the repository at this point in the history
correct #48

There was RDP_AUDIO_OUTPUT and the list was missong RDP_AUDIO_INPUT.

Thanks
  • Loading branch information
raphaelbkt authored Dec 23, 2024
1 parent 402e732 commit e9c37dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/resource_device_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func rdpSubProtocolsValid() []string {
"RDP_DRIVE",
"RDP_SMARTCARD",
"RDP_AUDIO_OUTPUT",
"RDP_AUDIO_OUTPUT",
"RDP_AUDIO_INPUT",
}
}

Expand Down

0 comments on commit e9c37dc

Please sign in to comment.