This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 095e5cb398048c939b926094dcdaee6d1a7f3903 Author: Samuel Thibault <[email protected]> Date: Tue Apr 22 19:55:18 2014 +0200 Add missing receiver lookup fix following 7cb7fa6b3a0d02985b4a51f7823bc1cb631d6bfa * proc/mgt.c (S_proc_exception_raise): Do not dereference e on returning EINVAL, the translation functions does it for us. --- proc/mgt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proc/mgt.c b/proc/mgt.c index 5e0accd..b8aa0fc 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -435,7 +435,6 @@ S_proc_exception_raise (struct exc *e, if (! p) { /* Bogus RPC. */ - ports_port_deref (e); return EINVAL; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
