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. 6e863ecb50a319c5793c268c8600719a072d172e
Date: Wed, 02 Dec 2015 21:37:43 +0000

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  6e863ecb50a319c5793c268c8600719a072d172e (commit)
       via  764bf251cdc148038337d916c54a0e4f114b2f6d (commit)
       via  91586bc6f616579cc17c4f4235a516cdd6c9f11f (commit)
      from  f971fb921ea5034845329aa338642023ab8a6e29 (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 6e863ecb50a319c5793c268c8600719a072d172e
Author: Axel Lin <address@hidden>
Date:   Fri Nov 27 23:38:52 2015 +0800

    dns: Remove always true test in dns_alloc_random_port
    
    The only way to exit the do-while loop is err != ERR_USE.
    Thus get rid of the always true test.
    
    Signed-off-by: Axel Lin <address@hidden>

commit 764bf251cdc148038337d916c54a0e4f114b2f6d
Author: Axel Lin <address@hidden>
Date:   Sat Nov 21 14:02:43 2015 +0800

    igmp: Drop unneeded initialization for *group in igmp_lookup_group()
    
    It's assigned to the return value of igmp_lookfor_group() immediately.
    
    Signed-off-by: Axel Lin <address@hidden>

commit 91586bc6f616579cc17c4f4235a516cdd6c9f11f
Author: Axel Lin <address@hidden>
Date:   Sat Nov 21 14:38:23 2015 +0800

    Drop #if TCP_DEBUG guard around tcp_debug_print_state calls
    
    The #if TCP_DEBUG guard can be removed because tcp_debug_print_state()
    print nothing if !TCP_DEBUG.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/dns.c       |    2 +-
 src/core/ipv4/igmp.c |    2 +-
 src/core/tcp.c       |    2 --
 src/core/tcp_in.c    |    2 --
 4 files changed, 2 insertions(+), 6 deletions(-)


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



reply via email to

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