X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/d4c9963ace2b653f657c74abecfecb7546c722b1..1cf47989a0376c3f7156c214c1d509d372e4262b:/src/exim_monitor/em_main.c diff --git a/src/exim_monitor/em_main.c b/src/exim_monitor/em_main.c index 88bf1fcb7..0a89fbb38 100644 --- a/src/exim_monitor/em_main.c +++ b/src/exim_monitor/em_main.c @@ -570,7 +570,8 @@ return ret; * Initialize * *************************************************/ -int main(int argc, char **argv) +int +main(int argc, char **argv) { int i; struct stat statdata; @@ -591,6 +592,7 @@ message_subdir[1] = 0; constructing file names and things. This call will initialize the store_get() function. */ +store_init(); big_buffer = store_get(big_buffer_size, FALSE); /* Set up the version string and date and output them */