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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 668d4611042cce5ad9bc2604d29e3c6ad382a3c5
Date: Mon, 16 Nov 2015 08:10:33 +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  668d4611042cce5ad9bc2604d29e3c6ad382a3c5 (commit)
      from  29553ba7a103d8bc0d1659d185e4bb4e992551b5 (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 668d4611042cce5ad9bc2604d29e3c6ad382a3c5
Author: Axel Lin <address@hidden>
Date:   Fri Nov 13 16:01:38 2015 +0800

    dns: Fix dns_alloc_pcb for reuse an existing one case
    
    The logic to use an already existing pcb is wrong because the idx never
    advanced in the for loop, so it keep checking the same dns_pcbs[idx] for
    each loop iteration. Fix it.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/dns.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


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



reply via email to

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