X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4ac2988b554c6817acd0233c7a5c8a72698b8474..ee3c2fea18d0c940c2256c6bf041f546c703c375:/src/src/exim_dbutil.c diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c index 7ca7a3073..2ae7ef44d 100644 --- a/src/src/exim_dbutil.c +++ b/src/src/exim_dbutil.c @@ -551,6 +551,8 @@ EXIM_CURSOR *cursor; uschar **argv = USS cargv; uschar keybuffer[1024]; +store_init(); + /* Check the arguments, and open the database */ dbdata_type = check_args(argc, argv, US"dumpdb", US""); @@ -765,6 +767,7 @@ uschar buffer[256]; uschar name[256]; rmark reset_point; +store_init(); name[0] = 0; /* No name set */ /* Sort out the database type, verify what we are working on and then process @@ -1134,6 +1137,8 @@ uschar **argv = USS cargv; uschar buffer[256]; uschar *key; +store_init(); + /* Scan the options */ for (i = 1; i < argc; i++)