mirror of https://github.com/macssh/macssh.git
fixed kOTProviderWillClose
This commit is contained in:
parent
826dd9c5b7
commit
828318dd96
|
@ -37,7 +37,7 @@ pascal void GUSIOTNotify(
|
|||
break;
|
||||
default:
|
||||
if (code != kOTProviderWillClose
|
||||
&& code != kOTProviderWillClose)
|
||||
&& code != kOTProviderIsClosed)
|
||||
result = 0;
|
||||
else if (!result) {
|
||||
result = kENETDOWNErr;
|
||||
|
|
Loading…
Reference in New Issue