We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a963ca0 commit bc36b2bCopy full SHA for bc36b2b
cmd/rdpgw/rdp/koanf/parsers/rdp/rdp.go
@@ -44,6 +44,7 @@ func (p *RDP) Unmarshal(b []byte) (map[string]interface{}, error) {
44
}
45
mp[key] = intValue
46
case "s":
47
+ mp[key] = val
48
case "b":
49
mp[key] = val
50
default:
0 commit comments