diff options
Diffstat (limited to 'storage/connect')
-rw-r--r-- | storage/connect/plugutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/plugutil.cpp b/storage/connect/plugutil.cpp index ac102d03208..887527e38ab 100644 --- a/storage/connect/plugutil.cpp +++ b/storage/connect/plugutil.cpp @@ -559,7 +559,7 @@ void *PlugSubAlloc(PGLOBAL g, void *memp, size_t size) if (trace(1)) htrc("PlugSubAlloc: %s\n", g->Message); - abort(); + throw 1234; } /* endif size OS32 code */ /*********************************************************************/ |