summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-15 10:57:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-15 10:57:21 +0000
commitfad29685c682176b4339a84dbeeca47cd210cea4 (patch)
tree69cac1d3a2b5db239af4224dab4bbe8918a63828 /src
parent95cc3b3d3d941c5624a78b2739dceb3b83f65287 (diff)
More fucking typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@602 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index bed1d1be0..24731d909 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -6454,7 +6454,7 @@ void process_restricted_commands(char token,char* params,serverrec* source,serve
// give the server its authcookie.
snprintf(buffer,MAXBUF,"~ %d",authcookie);
- source->SendPacket(data,udp_host);
+ source->SendPacket(buffer,udp_host);
// tell all the other servers to use this authcookie to connect back again
snprintf(buffer,MAXBUF,"+ %s %s %d %d",udp_host,ipaddr,port,authcookie);
NetSendToAllExcept(udp_host,buffer);