acassis commented on code in PR #3264:
URL: https://github.com/apache/nuttx-apps/pull/3264#discussion_r2640022608


##########
netutils/dhcpc/dhcpc.c:
##########
@@ -820,8 +820,12 @@ int dhcpc_request(FAR void *handle, FAR struct dhcpc_state 
*presult)
                    * and break out of the loop.
                    */
 
-                  netlib_set_ipv4addr(pdhcpc->interface,
-                                      &presult->ipaddr);
+                  if (oldaddr.s_addr != presult->ipaddr.s_addr)

Review Comment:
   Please update the comments above



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to