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-1071-g975e23b
Date: Sun, 26 Nov 2017 15:13:22 -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  975e23bf5ed426e03bf4223bd70cc34eed530db7 (commit)
      from  2ceedfe097ce58c100c6a69657ecdc6c11b2c434 (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 975e23bf5ed426e03bf4223bd70cc34eed530db7
Author: Axel Lin <address@hidden>
Date:   Fri Nov 24 09:06:32 2017 +0800

    bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port
    
    portif = br->ports[dstport_idx].port_netif;
    So no need to have NULL test for both br->ports[dstport_idx].port_netif
    and portif.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Dirk Ziegelmeier <address@hidden>

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

Summary of changes:
 src/netif/bridgeif.c | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)


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



reply via email to

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