summaryrefslogtreecommitdiff
path: root/subproc.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-01-21 16:07:06 +0100
committerRobert Swiecki <robert@swiecki.net>2018-01-21 16:07:06 +0100
commit5eeb29b2039046a5471e84cbc97b82e57df69493 (patch)
tree62226b288e59ec2a9c743bb1549a32da1a05994a /subproc.c
parent41033817198c8e80b68e890bd1bffbfbe00a013d (diff)
downloadhonggfuzz-5eeb29b2039046a5471e84cbc97b82e57df69493.tar.gz
Comment format // -> /* */
Diffstat (limited to 'subproc.c')
-rw-r--r--subproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subproc.c b/subproc.c
index 4c41f6de..d31de94c 100644
--- a/subproc.c
+++ b/subproc.c
@@ -310,11 +310,11 @@ static bool subproc_New(run_t* run) {
/* Parent */
LOG_D("Launched new process, PID: %d, thread: %" PRId32 " (concurrency: %zd)", run->pid,
run->fuzzNo, run->global->threads.threadsMax);
+
if (run->global->socketFuzzer) {
- // Dont know why, but this is important
+ /* (dobin): Don't know why, but this is important */
run->persistentPid = run->pid;
}
-
if (run->global->exe.persistent) {
close(sv[1]);
LOG_I("Persistent mode: Launched new persistent PID: %d", (int)run->pid);