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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1460-ga48ff4a
Date: Thu, 14 Jun 2018 13:59:41 -0400 (EDT)

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  a48ff4aaf2a52423504b5f5d8f3a5cf44aa0e7aa (commit)
      from  a51c92b61786e2202b2932c7cc3ddf60922b99f1 (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 a48ff4aaf2a52423504b5f5d8f3a5cf44aa0e7aa
Author: Sylvain Rochet <address@hidden>
Date:   Thu Jun 14 19:58:41 2018 +0200

    PPP, PPPoE: fix trivial build error
    
    lwip/src/netif/ppp/pppoe.c: In function ‘pppoe_send_padt’:
    lwip/src/netif/ppp/pppoe.c:1048:108: error: ‘sc’ undeclared (first use 
in this function)
    
    sc is not passed to ‘pppoe_send_padt’ function because it might be
    called to terminate unknown sessions.
    
    Fixes: d4047ea1d185 ("Try to fix issues reported by coverity")
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/netif/ppp/pppoe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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