mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Add comment for duplicate cases
Cases 3 & 4 both require the user to manually enter Gateway credentials. Comment added for code readability.
This commit is contained in:
@@ -172,9 +172,11 @@ namespace mRemoteNG.Config.Serializers.MiscSerializers
|
||||
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.Yes;
|
||||
break;
|
||||
case "3":
|
||||
// Both 3 and 4 require that the user enter gateway credentials manually
|
||||
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.No;
|
||||
break;
|
||||
case "4":
|
||||
// Both 3 and 4 require that the user enter gateway credentials manually
|
||||
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.No;
|
||||
break;
|
||||
case "5":
|
||||
|
||||
Reference in New Issue
Block a user