mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +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
|
mp[key] = intValue
|
||||||
case "s":
|
case "s":
|
||||||
|
mp[key] = val
|
||||||
case "b":
|
case "b":
|
||||||
mp[key] = val
|
mp[key] = val
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user