diff options
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 82dbc900b..23789ff3f 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -533,7 +533,7 @@ class UnrealIRCdProto : public IRCDProto { void ProcessUsermodes(User *user, int ac, const char **av) { - int backup, add = 1; /* 1 if adding modes, 0 if deleting */ + int add = 1; /* 1 if adding modes, 0 if deleting */ const char *modes = av[0]; --ac; if (!user || !modes) return; /* Prevent NULLs from doing bad things */ |