summaryrefslogtreecommitdiff
path: root/mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysql.c')
-rw-r--r--mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql.c b/mysql.c
index 5424f8b2e..ccd75b69d 100644
--- a/mysql.c
+++ b/mysql.c
@@ -159,7 +159,7 @@ char *db_mysql_quote(char *sql)
char *quoted;
- if (!sql || !do_mysql) {
+ if (!sql) {
return sstrdup("");
}