From 6465202ed784cdb02339af7760bac09c8e3556c2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 31 Jul 2007 12:05:35 +0000 Subject: - fixed a typo that caused the default template for MySQL to be wrong. thanks to mildew for catching this. --- ommysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ommysql.c') 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; -- cgit