Frugghi / SwiftSH

A Swift SSH framework that wraps libssh2.
MIT License
194 stars 71 forks source link

Fix missing closure parameter in call to libssh2_function #16

Closed jpalten closed 6 years ago

jpalten commented 6 years ago

missing "session in" when using closure in call to libssh2_function()

Frugghi commented 6 years ago

Nice catch! Thanks.