Fix b parsing
This commit is contained in:
parent
a963ca0d00
commit
bc36b2b0cb
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user