* Work-in-progress of DHCP - the interface should now be correctly configured.
* Lease times are currently ignored, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19462 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,7 @@ AutoconfigLooper::_ReadyToRun()
|
||||
{
|
||||
// start with DHCP
|
||||
|
||||
DHCPClient* client = new DHCPClient(fDevice.String());
|
||||
DHCPClient* client = new DHCPClient(fTarget, fDevice.String());
|
||||
if (client->InitCheck() == B_OK) {
|
||||
AddHandler(client);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user