Skip to content
Snippets Groups Projects
Commit bc36b2b0 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Fix b parsing

parent a963ca0d
No related branches found
Tags v2.0.2
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment