Skip to content

Commit d86cf51

Browse files
author
Gé van Geldorp
committed
Remove debugging breakpoint accidentally left in
svn path=/trunk/; revision=20298
1 parent da2a71a commit d86cf51

File tree

1 file changed

+0
-1
lines changed
  • reactos/drivers/lib/ip/network

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ ULONG AllocateAnyPort( PPORT_SET PortSet ) {
5656
ULONG AllocatedPort;
5757
ULONG Next;
5858

59-
__asm__("int $3\n");
6059
if (PortSet->StartingPort + PortSet->PortsToOversee <=
6160
PortSet->LastAllocatedPort + 1) {
6261
Next = PortSet->StartingPort;

0 commit comments

Comments
 (0)