|
@@ -145,7 +145,7 @@ namespace Renci.SshNet
|
|
|
var handlers = RequestReceived;
|
|
var handlers = RequestReceived;
|
|
|
if (handlers != null)
|
|
if (handlers != null)
|
|
|
{
|
|
{
|
|
|
- RequestReceived(this, new PortForwardEventArgs(host, port));
|
|
|
|
|
|
|
+ handlers(this, new PortForwardEventArgs(host, port));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|