Author: zhu Date: Sun Aug 21 17:59:47 2016 New Revision: 72411
URL: http://svn.reactos.org/svn/reactos?rev=72411&view=rev Log: Re-enabled some leftover UDP code that I missed earlier
Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c
Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/net... ============================================================================== --- branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c [iso-8859-1] (original) +++ branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c [iso-8859-1] Sun Aug 21 17:59:47 2016 @@ -1860,10 +1860,10 @@ { case IPPROTO_ICMP : case IPPROTO_RAW : - //raw_remove(AddressFile->lwip_raw_pcb); + raw_remove(AddressFile->lwip_raw_pcb); break; case IPPROTO_UDP : - //udp_remove(AddressFile->lwip_udp_pcb); + udp_remove(AddressFile->lwip_udp_pcb); break; case IPPROTO_TCP : /* Nothing to deallocate for TCP */