mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 23:12:09 +00:00
Code layout: splitted long line
This commit is contained in:
parent
82e4716784
commit
bd3f86e505
@ -1284,7 +1284,8 @@ void
|
|||||||
do_getaddr(struct api_msg_msg *msg)
|
do_getaddr(struct api_msg_msg *msg)
|
||||||
{
|
{
|
||||||
if (msg->conn->pcb.ip != NULL) {
|
if (msg->conn->pcb.ip != NULL) {
|
||||||
*(msg->msg.ad.ipaddr) = (msg->msg.ad.local?msg->conn->pcb.ip->local_ip:msg->conn->pcb.ip->remote_ip);
|
*(msg->msg.ad.ipaddr) = (msg->msg.ad.local ? msg->conn->pcb.ip->local_ip :
|
||||||
|
msg->conn->pcb.ip->remote_ip);
|
||||||
|
|
||||||
msg->err = ERR_OK;
|
msg->err = ERR_OK;
|
||||||
switch (NETCONNTYPE_GROUP(msg->conn->type)) {
|
switch (NETCONNTYPE_GROUP(msg->conn->type)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user