Skip to content

Commit 2552cf2

Browse files
author
Julien Pauli
committed
Remove needless zeroing of anonymously mmap'd memory
1 parent 9dd5d96 commit 2552cf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sapi/fpm/fpm/fpm_scoreboard.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ int fpm_scoreboard_init_main() /* {{{ */
6262
if (!wp->scoreboard->procs[i]) {
6363
return -1;
6464
}
65-
memset(wp->scoreboard->procs[i], 0, sizeof(struct fpm_scoreboard_proc_s));
6665
}
6766

6867
wp->scoreboard->pm = wp->config->pm;

0 commit comments

Comments
 (0)