|
From: | Axel Lin |
Subject: | [lwip-devel] [patch #9499] bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port |
Date: | Thu, 23 Nov 2017 20:10:27 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 |
URL: <http://savannah.nongnu.org/patch/?9499> Summary: bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port Project: lwIP - A Lightweight TCP/IP stack Submitted by: axellin Submitted on: Fri 24 Nov 2017 01:10:26 AM UTC Category: None Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any Planned Release: None _______________________________________________________ Details: portif = br->ports[dstport_idx].port_netif; So no need to have NULL test for both br->ports[dstport_idx].port_netif and portif. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Fri 24 Nov 2017 01:10:26 AM UTC Name: 0001-bridgeif-Remove-redundant-port_netif-NULL-test-in-br.patch Size: 2KiB By: axellin <http://savannah.nongnu.org/patch/download.php?file_id=42465> _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?9499> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |