danhale-git/runrdp

Port config field is ignored if it isn't a string

danhale-git opened this issue · 1 comments

Entering an un-quoted number as the value for the port field in a host config will result in that host defaulting to 3389 where the port should be used. On adding quotes, the port is used.

Either error should be thrown when the wrong type is accepted or both types should be accepted.