lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1147-gdeab51c
Date: Tue, 9 Jan 2018 02:45:48 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  deab51c36d3e94632c39f81106fbf604e062848a (commit)
      from  0795e289eb2fc3460293d8d9458acdbde6db7475 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit deab51c36d3e94632c39f81106fbf604e062848a
Author: Axel Lin <address@hidden>
Date:   Tue Jan 9 15:08:22 2018 +0800

    netif: Remove unnecessary NULL checking in netif_do_set_{ipaddr|netmask|gw}
    
    The callers already ensure the ipaddr/netmask/gw won't be NULL, so remove
    the duplicated NULL checking in these static functions.
    While at it, also move the code saving old_address for netmask/gw as
    it's only used when address is actually being changed.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Dirk Ziegelmeier <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/core/netif.c | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]