diff options
Diffstat (limited to 'storage/connect/plugutil.c')
-rw-r--r-- | storage/connect/plugutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/connect/plugutil.c b/storage/connect/plugutil.c index 91b850022fb..e6d452aaf97 100644 --- a/storage/connect/plugutil.c +++ b/storage/connect/plugutil.c @@ -153,6 +153,9 @@ PGLOBAL PlugInit(LPCSTR Language, uint worksize) g->Trace = 0; g->Createas = 0; g->Alchecked = 0; +#if defined(MRRBKA_SUPPORT) + g->Mrr = 0; +#endif // MRRBKA_SUPPORT g->Activityp = g->ActivityStart = NULL; g->Xchk = NULL; strcpy(g->Message, ""); |