-
- Downloads
ovpn: don't redeclare status variable
the status variable was being redeclared inside the else block which goes out of scope when it returned leading to returning the wrong status value this fixes a bug when switching location while still connected to a gateway as the status was always "Off" the existing connection was not stopped before trying to connect to the new gateway
parent
a902be15
No related branches found
No related tags found
Please register or sign in to comment