From 86ee484807435e14d5d75e27a535acb24dfe13df Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Wed, 11 Jul 2012 12:03:24 +0000 Subject: [PATCH] More of the same git-svn-id: svn://kolibrios.org@2857 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/applications/zeroconf/zeroconf.asm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/branches/net/applications/zeroconf/zeroconf.asm b/kernel/branches/net/applications/zeroconf/zeroconf.asm index 71a49e64cb..37ffbd152d 100644 --- a/kernel/branches/net/applications/zeroconf/zeroconf.asm +++ b/kernel/branches/net/applications/zeroconf/zeroconf.asm @@ -297,10 +297,6 @@ read_data: ; we have data - this wi DEBUGF 1,"->%d bytes received\n", eax - push eax - mcall 75, 1, [socketNum] ; exit the socket - pop eax - cmp eax, -1 je error @@ -449,7 +445,8 @@ pr_exit: apipa: - stdcall mem.Free, [dhcpMsg] + mcall close, [socketNum] + stdcall mem.Free, [dhcpMsg] link_local: call random