fix compile warning

This commit is contained in:
Antony Dovgal 2011-02-08 08:40:39 +00:00
parent 169c5dc2b7
commit 09ee5944ab

View file

@ -23,7 +23,7 @@
struct fpm_globals_s fpm_globals = { struct fpm_globals_s fpm_globals = {
.parent_pid = 0, .parent_pid = 0,
.argc = NULL, .argc = 0,
.argv = NULL, .argv = NULL,
.config = NULL, .config = NULL,
.prefix = NULL, .prefix = NULL,