X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Fudp.c;h=6aba50e30efa7aab3c52e77a849b092b73a0a804;hb=cbe0bf8833612d7581e96a55681fc576202d2969;hp=ccd32bcc0e20bffbede7ee4b4ee7e30d4c67e149;hpb=9591cc629f46d0b648235ce66a6c8842bcea03bd;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/udp.c b/KernelLand/Modules/IPStack/udp.c index ccd32bcc..6aba50e3 100644 --- a/KernelLand/Modules/IPStack/udp.c +++ b/KernelLand/Modules/IPStack/udp.c @@ -407,7 +407,6 @@ void UDP_Channel_Close(tVFS_Node *Node) Uint16 UDP_int_AllocatePort(tUDPChannel *Channel) { Mutex_Acquire(&glUDP_Ports); - int i; // Fast Search for( int base = UDP_ALLOC_BASE; base < 0x10000; base += 32 ) {