summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 15:33:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 15:33:32 +0000
commit0f907d2b8ba69d80d0f605ecb707efcf1426204a (patch)
tree9364842bbd2073720d5f4957f5e2e843b9116b37 /src
parent4f6f5e85f9773c2b504dbc412959ed95b454db57 (diff)
Cleaned up some warnings
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1951 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index a67829ffe..0aacf9112 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1540,7 +1540,6 @@ void handle_oper(char **parameters, int pcnt, userrec *user)
int j;
bool found = false;
bool fail2 = false;
- char global[MAXBUF];
snprintf(TheHost,MAXBUF,"%s@%s",user->ident,user->host);