diff options
Diffstat (limited to 'storage/connect/tabjmg.cpp')
-rw-r--r-- | storage/connect/tabjmg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/tabjmg.cpp b/storage/connect/tabjmg.cpp index ed74c1e8722..50efd727604 100644 --- a/storage/connect/tabjmg.cpp +++ b/storage/connect/tabjmg.cpp @@ -312,6 +312,8 @@ bool TDBJMG::OpenDB(PGLOBAL g) return true; } // endif Pipe + Use = USE_OPEN; // Do it now in case we are recursively called + if (Init(g)) return true; |