From b7e207c9186fa4d4c44bdfa6f0b08012947a31b5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 27 Aug 2015 15:33:44 +0200 Subject: do not set pthread callbacks, we use async I/O and not threads --- src/cssh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cssh.c b/src/cssh.c index e5a01c4..c493105 100644 --- a/src/cssh.c +++ b/src/cssh.c @@ -352,7 +352,6 @@ int main( int argc, char *argv[] ) exit( EXIT_FAILURE ); } - ssh_threads_set_callbacks( ssh_threads_get_pthread( ) ); ssh_init( ); if( args_info.long_version_given ) { -- cgit v1.2.3-54-g00ecf