* Added missing "continue" as pointed out by Siarzhuk. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34153 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
395fb0895f
commit
d77fe260cb
@ -483,8 +483,10 @@ DHCPClient::_Negotiate(dhcp_state state)
|
||||
? broadcast : fServer);
|
||||
}
|
||||
|
||||
if (status < B_OK)
|
||||
if (status != B_OK)
|
||||
break;
|
||||
|
||||
continue;
|
||||
} else if (bytesReceived < B_OK)
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user