mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 14:36:36 +00:00
Fix b parsing
This commit is contained in:
@@ -44,6 +44,7 @@ func (p *RDP) Unmarshal(b []byte) (map[string]interface{}, error) {
|
||||
}
|
||||
mp[key] = intValue
|
||||
case "s":
|
||||
mp[key] = val
|
||||
case "b":
|
||||
mp[key] = val
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user