Modules/IPStack - Fixed unused variable in udp
authorJohn Hodge <[email protected]>
Wed, 10 Jul 2013 16:52:01 +0000 (00:52 +0800)
committerJohn Hodge <[email protected]>
Wed, 10 Jul 2013 16:52:01 +0000 (00:52 +0800)
KernelLand/Modules/IPStack/udp.c

index ccd32bc..6aba50e 100644 (file)
@@ -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 )
        {

UCC git Repository :: git.ucc.asn.au