Remove debugging breakpoint accidentally left in
authorGé van Geldorp <ge@gse.nl>
Thu, 22 Dec 2005 11:50:12 +0000 (11:50 +0000)
committerGé van Geldorp <ge@gse.nl>
Thu, 22 Dec 2005 11:50:12 +0000 (11:50 +0000)
svn path=/trunk/; revision=20298

reactos/drivers/lib/ip/network/ports.c

index 2b8cb6a..e78c00a 100644 (file)
@@ -56,7 +56,6 @@ ULONG AllocateAnyPort( PPORT_SET PortSet ) {
     ULONG AllocatedPort;
     ULONG Next;
 
-__asm__("int $3\n");
     if (PortSet->StartingPort + PortSet->PortsToOversee <=
         PortSet->LastAllocatedPort + 1) {
        Next = PortSet->StartingPort;