diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-08 05:45:40 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-08 05:45:40 +0000 |
commit | 2278e8c77bd2d713fda3591a9d3fa1732d7c9f6a (patch) | |
tree | c98fde12680f571b7a836208baf7c61eb8f3ae10 /src/mysql.c | |
parent | 2f44331e17a1673580725cf9fb097b82e6393502 (diff) |
BUILD : 1.7.8 (607) BUGS : N/A NOTES : Clean up after proxy was removed, some Win32 touch ups
git-svn-id: svn://svn.anope.org/anope/trunk@607 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@455 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/mysql.c')
-rw-r--r-- | src/mysql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mysql.c b/src/mysql.c index d07a4648a..4eadae97a 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -644,7 +644,7 @@ void db_mysql_save_os_db(unsigned int maxucnt, unsigned int maxutime, Akill *t_ak; SXLine *t_sl; char *takuser, *takhost, *takby, *takreason, *tslmask, *tslby, - *tslreason, *thchost; + *tslreason; int i, j; @@ -1016,7 +1016,7 @@ void db_mysql_load_os_dbase(void) char sqlcmd[MAX_SQL_BUF]; Akill *ak; SXLine *sx; - int akc, sgc, sqc, szc, j; + int akc, sgc, sqc, szc; if (!do_mysql) return; |