Skip to content

Commit

Permalink
Fix b parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Mar 30, 2024
1 parent a963ca0 commit bc36b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/rdpgw/rdp/koanf/parsers/rdp/rdp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc36b2b

Please sign in to comment.