mirror of https://github.com/macssh/macssh.git
pass null as Evt to DoEvents
This commit is contained in:
parent
ce117c4b9b
commit
f972cf3553
|
@ -945,7 +945,7 @@ void ssh2_doevent(long sleepTime)
|
|||
extern Boolean haveNotifiedLowMemory;
|
||||
|
||||
if ( key_gen == 0 ) {
|
||||
DoEvents();
|
||||
DoEvents(NULL);
|
||||
if (!TelInfo->done) {
|
||||
DoNetEvents();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue