From c79ba43c69b7c4fa2b5854c2a2aeeec595905c47 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Mon, 1 Jun 2009 15:53:30 +0000 Subject: [PATCH] Pretty obvious bug thrown up by new memory allocator... --- include/msgapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msgapi.h b/include/msgapi.h index 0e13ecf..a194e0c 100644 --- a/include/msgapi.h +++ b/include/msgapi.h @@ -73,7 +73,7 @@ typedef struct _MsgSQLHandle { } stmts; BongoMemStack *memstack; - XplSemaphore *transactionLock; + XplSemaphore transactionLock; int transactionDepth; int lockTimeoutMs; BOOL isNew; // have we just created this?