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 <4win...@informatik.uni-hamburg.de> 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