aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/socat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/socat.c')
-rw-r--r--src/testzzuf/socat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testzzuf/socat.c b/src/testzzuf/socat.c
index b21f2c6f..72089a6d 100644
--- a/src/testzzuf/socat.c
+++ b/src/testzzuf/socat.c
@@ -91,7 +91,6 @@ zzuf_socat_start ()
91 setpgid (0, 0); 91 setpgid (0, 0);
92 execvp ("zzuf", args); 92 execvp ("zzuf", args);
93 fprintf (stderr, "execution of `zzuf' failed: %s\n", strerror (errno)); 93 fprintf (stderr, "execution of `zzuf' failed: %s\n", strerror (errno));
94 zzuf_pid = 0; /* fork failed */
95 exit (1); 94 exit (1);
96} 95}
97 96