mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Revert 38233 as it kills dhcp.exe
svn path=/trunk/; revision=38247
This commit is contained in:
parent
b4bf27864c
commit
8270c55829
1 changed files with 2 additions and 4 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue