summaryrefslogtreecommitdiffstats
path: root/ommysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ommysql.c')
-rw-r--r--ommysql.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ommysql.c b/ommysql.c
index 0dac4b77..b23c4a39 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -95,6 +95,11 @@ CODESTARTfreeInstance
ENDfreeInstance
+BEGINneedUDPSocket
+CODESTARTneedUDPSocket
+ENDneedUDPSocket
+
+
BEGINdbgPrintInstInfo
CODESTARTdbgPrintInstInfo
/* nothing special here */
@@ -182,7 +187,7 @@ rsRetVal checkDBErrorState(instanceData *pData)
{
time_t now;
assert(pData != NULL);
- /* dprintf("in checkDBErrorState, timeResumeOnError: %d\n", f->f_timeResumeOnError); */
+ /* dprintf("in checkDBErrorState, timeResumeOnError: %d\n", pData->f_timeResumeOnError); */
/* If timeResumeOnError == 0 no error occured,
we can return with 0 (no error) */