Skip to content

mini/x2gobroker-ssh-mini: typo fix referencing PORT variable.

Stefan Baur requested to merge stefanbaur-master-patch-71681 into master

There was a typo in an if statement leading to the condition always being false - instead of evaluating the content of the variable, the name of the variable was used as string.

Merge request reports