Skip to content

Commit fb6313d

Browse files
clean up
1 parent 107ad4f commit fb6313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/dotnet/Devolutions.IronRdp/src/Connection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private static async Task PerformCredsspSteps(ClientConnector connector, string
135135
}
136136
}
137137

138-
internal static async Task<ClientState> ResolveGenerator(CredsspProcessGenerator generator, System.Net.Sockets.TcpClient tcpClient)
138+
internal static async Task<ClientState> ResolveGenerator(CredsspProcessGenerator generator, TcpClient tcpClient)
139139
{
140140
var state = generator.Start();
141141
NetworkStream? stream = null;

0 commit comments

Comments
 (0)