Skip to content

Commit 9d0671f

Browse files
author
James Forshaw
committed
More cleanup.
1 parent 1e8cd23 commit 9d0671f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ExploitRemotingService/CustomChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
namespace ExploitRemotingService
2828
{
29-
class CustomChannel
29+
sealed class CustomChannel
3030
{
3131
private Uri _uri;
3232
private readonly Func<Stream> _bind_stream;

ExploitRemotingService/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ static int Main(string[] args)
578578
}
579579

580580
IRemoteClass ret = CreateRemoteClass(channel);
581-
582581
ExecuteCommand(ret);
583582
}
584583
}

0 commit comments

Comments
 (0)