git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@583 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2004-04-14 19:37:51 +00:00
parent 9799bd6710
commit 1c49834c7f

View File

@ -6840,7 +6840,7 @@ void handle_link_packet(char* udp_msg, char* udp_host, serverrec *serv)
{ {
if (servers[j] != NULL) if (servers[j] != NULL)
{ {
for (int x = 0; x < servers[j]->connectors.size(); j++) for (int x = 0; x < servers[j]->connectors.size(); x++)
{ {
if (servers[j]->connectors[x].GetServerName() == std::string(udp_host)) if (servers[j]->connectors[x].GetServerName() == std::string(udp_host))
{ {