fixed kOTProviderWillClose

This commit is contained in:
chombier 2002-11-22 16:46:03 +00:00
parent 826dd9c5b7
commit 828318dd96
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pascal void GUSIOTNotify(
break;
default:
if (code != kOTProviderWillClose
&& code != kOTProviderWillClose)
&& code != kOTProviderIsClosed)
result = 0;
else if (!result) {
result = kENETDOWNErr;