diff options
-rw-r--r-- | sapi/fpm/fpm/fpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm.c b/sapi/fpm/fpm/fpm.c index f9d2a75b6d..0cfaabd414 100644 --- a/sapi/fpm/fpm/fpm.c +++ b/sapi/fpm/fpm/fpm.c @@ -23,7 +23,7 @@ struct fpm_globals_s fpm_globals = { .parent_pid = 0, - .argc = NULL, + .argc = 0, .argv = NULL, .config = NULL, .prefix = NULL, |