summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ommysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ommysql.c b/ommysql.c
index 9171ccd9..529597f1 100644
--- a/ommysql.c
+++ b/ommysql.c
@@ -380,7 +380,7 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1)
--p; /* TODO: the whole parsing of the MySQL module needs to be re-thought - but this here
* is clean enough for the time being -- rgerhards, 2007-07-30
*/
- if((iRet = cflineParseTemplateName(&p, *ppOMSR, 0, OMSR_RQD_TPL_OPT_SQL, (uchar*) " StdSQLFmt"))
+ if((iRet = cflineParseTemplateName(&p, *ppOMSR, 0, OMSR_RQD_TPL_OPT_SQL, (uchar*) " StdDBFmt"))
!= RS_RET_OK)
return iRet;