Fixed more name resolver problems

This commit is contained in:
chombier 2001-03-08 13:22:49 +00:00
parent a6a75f897e
commit 42a1c01a64
1 changed files with 2 additions and 3 deletions

View File

@ -348,11 +348,10 @@ pascal void GUSIOTNetDBNotify(
default:
if (code != kOTProviderWillClose)
result = 0;
else {
/* NONO : need to re-create the fSvc */
if (code == kOTProviderIsClosed) {
OTCloseProvider(netdb->fSvc);
netdb->fSvc = static_cast<InetSvcRef>(NULL);
netdb->fCreationContext = static_cast<GUSIContext *>(NULL);
/* NONO */
}
break;
}