Skip to content

Commit bc36b2b

Browse files
committed
Fix b parsing
1 parent a963ca0 commit bc36b2b

File tree

1 file changed

+1
-0
lines changed
  • cmd/rdpgw/rdp/koanf/parsers/rdp

1 file changed

+1
-0
lines changed

cmd/rdpgw/rdp/koanf/parsers/rdp/rdp.go

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func (p *RDP) Unmarshal(b []byte) (map[string]interface{}, error) {
4444
}
4545
mp[key] = intValue
4646
case "s":
47+
mp[key] = val
4748
case "b":
4849
mp[key] = val
4950
default:

0 commit comments

Comments
 (0)