summaryrefslogtreecommitdiffstats
path: root/ommysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ommysql.c')
-rw-r--r--ommysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ommysql.c b/ommysql.c
index ee8caab7..9171ccd9 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -235,7 +235,7 @@ rsRetVal checkDBErrorState(instanceData *pData)
static rsRetVal initMySQL(instanceData *pData)
{
int iCounter = 0;
- rsRetVal iRet = RS_RET_OK;
+ DEFiRet;
assert(pData != NULL);
if((iRet = checkDBErrorState(pData)) != RS_RET_OK)
@@ -289,7 +289,7 @@ static rsRetVal reInitMySQL(instanceData *pData)
rsRetVal writeMySQL(uchar *psz, instanceData *pData)
{
int iCounter=0;
- rsRetVal iRet = RS_RET_OK;
+ DEFiRet;
assert(pData != NULL);
if((iRet = checkDBErrorState(pData)) != RS_RET_OK)