diff --git a/src/session.cr b/src/session.cr index c867c32..b7bf063 100644 --- a/src/session.cr +++ b/src/session.cr @@ -411,7 +411,7 @@ class SSH2::Session Channel.new self, handle end - def direct_streamlocal(path, host, port) + def direct_streamlocal(path, host, port, &) channel = direct_streamlocal(path, host, port) begin yield channel