diff --git a/macssh/source/ssh/ssh2.c b/macssh/source/ssh/ssh2.c index a63913e..931c663 100755 --- a/macssh/source/ssh/ssh2.c +++ b/macssh/source/ssh/ssh2.c @@ -945,7 +945,7 @@ void ssh2_doevent(long sleepTime) extern Boolean haveNotifiedLowMemory; if ( key_gen == 0 ) { - DoEvents(); + DoEvents(NULL); if (!TelInfo->done) { DoNetEvents(); }