summaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
authorilja <ilja@7b491191-dbf0-0310-aff6-d879d4d69008>2004-03-03 09:30:07 +0000
committerilja <ilja@7b491191-dbf0-0310-aff6-d879d4d69008>2004-03-03 09:30:07 +0000
commitcd5f686d94415b8a35b23c48da314ecf795a386d (patch)
treed688a3781b6d2e076b9eaa1bea1cc1813a0c93db /mysql
parent1bb616f3b609038c043de0c692886e0febf73296 (diff)
Lots of small changes.
The arguments to trace() are now checked. This has resulted in a lot of compiler warnings. These were all fixed by Aaron Stone. Delivery of messages is still faulty. Every message sent through lmtp is delivered twice. git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@981 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'mysql')
-rw-r--r--mysql/dbmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/dbmysql.c b/mysql/dbmysql.c
index d1081302..495bef81 100644
--- a/mysql/dbmysql.c
+++ b/mysql/dbmysql.c
@@ -224,7 +224,7 @@ int db_query(const char *the_query)
} else {
trace (TRACE_ERROR,"%s,%s: "
"query buffer is NULL, this is not supposed to happen\n",
- __FILE__, __FUNCTION__, querysize);
+ __FILE__, __FUNCTION__);
return -1;
}