fixed typo
This commit is contained in:
@@ -377,7 +377,7 @@ METHOD(dhcp_socket_t, enroll, dhcp_transaction_t*,
|
|||||||
{ /* no OFFER received */
|
{ /* no OFFER received */
|
||||||
this->mutex->unlock(this->mutex);
|
this->mutex->unlock(this->mutex);
|
||||||
transaction->destroy(transaction);
|
transaction->destroy(transaction);
|
||||||
DBG1(DBG_CFG, "DHCP disover timed out");
|
DBG1(DBG_CFG, "DHCP DISCOVER timed out");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user