commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 02/25: eth-filter: remove invalid port deallocation


From: Samuel Thibault
Subject: [hurd] 02/25: eth-filter: remove invalid port deallocation
Date: Tue, 27 May 2014 08:32:02 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit 1de3e6d13cae11c714e603dc19213bbae3cf67e9
Author: Justus Winter <address@hidden>
Date:   Wed Apr 9 12:56:38 2014 +0200

    eth-filter: remove invalid port deallocation
    
    * eth-filter/filter.c (ds_device_open): Remove invalid port deallocation.
---
 eth-filter/filter.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eth-filter/filter.c b/eth-filter/filter.c
index f3d58dd..04bf7b1 100644
--- a/eth-filter/filter.c
+++ b/eth-filter/filter.c
@@ -348,7 +348,6 @@ ds_device_open (mach_port_t master_port, mach_port_t 
reply_port,
   err = create_proxy_user (proxy, &user_port);
   if (err)
     {
-      mach_port_deallocate (mach_task_self (), master_device);
       free (proxy);
       return err;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]