Add missing variable

The numlocks variable is used when older OpenSSL versions are used.
This commit is contained in:
Markus Mäkelä
2018-01-23 08:37:51 +02:00
parent 40dfd1e070
commit c893e354a9

View File

@ -1362,6 +1362,7 @@ int main(int argc, char **argv)
sigset_t saved_mask;
bool to_stdout = false;
void (*exitfunp[4])(void) = { mxs_log_finish, cleanup_process_datadir, write_footer, NULL };
int numlocks = 0;
bool pid_file_created = false;
// NOTE: These are set here since global_defaults() is called inside config_load().