Fix undersized buffer use by eximon. Bug 1527
[exim.git] / src / exim_monitor / em_main.c
index d210a07179dfd07ca38c5c33591d367337421037..e8e763184360fde3de3144e809ede76d19378bad 100644 (file)
@@ -613,7 +613,6 @@ message_subdir[1] = 0;
 constructing file names and things. This call will initialize
 the store_get() function. */
 
-big_buffer_size = 1024;
 big_buffer = store_get(big_buffer_size);
 
 /* Set up the version string and date and output them */