Module Name: src
Committed By: pooka
Date: Sat Feb 5 16:59:24 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
uncommit part of previous which wasn't supposed to change
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/librumphijack/hijack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.25 src/lib/librumphijack/hijack.c:1.26
--- src/lib/librumphijack/hijack.c:1.25 Sat Feb 5 16:57:39 2011
+++ src/lib/librumphijack/hijack.c Sat Feb 5 16:59:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.25 2011/02/05 16:57:39 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.26 2011/02/05 16:59:24 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.25 2011/02/05 16:57:39 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.26 2011/02/05 16:59:24 pooka Exp $");
#define __ssp_weak_name(fun) _hijack_ ## fun
@@ -425,7 +425,7 @@
break;
case 0:
if (rumpclient_fork_init(rf) == -1)
- return -1;
+ rv = -1;
break;
default:
break;