dhcpc.c: Fix an nxstyle complaint
This commit is contained in:
parent
1cb82e58ac
commit
6b00c37a65
@ -529,7 +529,9 @@ int dhcpc_request(FAR void *handle, FAR struct dhcpc_state *presult)
|
|||||||
newaddr.s_addr = INADDR_ANY;
|
newaddr.s_addr = INADDR_ANY;
|
||||||
netlib_set_ipv4addr(pdhcpc->interface, &newaddr);
|
netlib_set_ipv4addr(pdhcpc->interface, &newaddr);
|
||||||
|
|
||||||
/* Loop sending the DISCOVER up to CONFIG_NETUTILS_DHCPC_RETRIES times */
|
/* Loop sending the DISCOVER up to CONFIG_NETUTILS_DHCPC_RETRIES
|
||||||
|
* times
|
||||||
|
*/
|
||||||
|
|
||||||
retries = 0;
|
retries = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user