diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 00:01:19 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 00:01:19 +0000 |
commit | eda1fca43e1712e7fc0bc2deb5adaa4b898eafe3 (patch) | |
tree | 283ba75381023ff014ad0fa4ffd3cb01bcb522ff /src/nickserv.c | |
parent | a765a1155ff362c46f38faab9d66a918490d2350 (diff) |
Merge commit 'trunk' into anopeng (1.8 updates, etc)
Conflicts:
src/main.c
src/mysql.c
version.log
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1504 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/nickserv.c')
-rw-r--r-- | src/nickserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickserv.c b/src/nickserv.c index efb803393..f4f1dfae3 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -454,7 +454,7 @@ void load_ns_dbase(void) int ver, i, j, c; NickAlias *na, **nalast, *naprev; NickCore *nc, **nclast, *ncprev; - int failed = 0, len; + int failed = 0; uint16 tmp16; uint32 tmp32; char *s, *pass; |