summaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-21 15:03:43 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-21 15:03:43 +0000
commitfee55f45163a9ea75e29187a4d3dd25e1e6c37bb (patch)
tree38eb973f048de65bedbe2f5cd9368fbc66e0a152 /src/mysql.c
parentd85e7973bd8328604d4e954533a72123fb0f69e9 (diff)
BUILD : 1.7.15 (1137) BUGS : n/a NOTES : Another try at better mysql query.
git-svn-id: svn://svn.anope.org/anope/trunk@1137 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@860 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mysql.c b/src/mysql.c
index fc2ca9477..c96f1de14 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -161,6 +161,9 @@ int db_mysql_query(char *sql)
return (result);
}
+ } else {
+ /* Non-error */
+ return (result);
}
}