- Revert 38233 as it kills dhcp.exe

svn path=/trunk/; revision=38247
This commit is contained in:
Stefan Ginsberg 2008-12-21 20:35:19 +00:00
parent b4bf27864c
commit 8270c55829

View file

@ -288,14 +288,12 @@ void AdapterInit() {
Adapter->DhclientInfo.next = ifi;
ifi = &Adapter->DhclientInfo;
InsertTailList( &AdapterList, &Adapter->ListEntry );
}
}
} else { free( Adapter ); Adapter = 0; }
} else { free( Adapter ); Adapter = 0; }
if( !Adapter )
DH_DbgPrint(MID_TRACE,("Adapter %d was rejected\n",
Table->table[i].dwIndex));
free( Adapter );
Adapter = 0;
}
DH_DbgPrint(MID_TRACE,("done with AdapterInit\n"));