aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fork.c')
-rw-r--r--guts/fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/guts/fork.c b/guts/fork.c
index f4eb7f6..4a91f7b 100644
--- a/guts/fork.c
+++ b/guts/fork.c
@@ -6,7 +6,6 @@
* wrap_fork(void) {
* int rc = -1;
*/
-
rc = real_fork();
if (rc == 0)
pseudo_client_reset();