mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@583 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
9799bd6710
commit
1c49834c7f
@ -6840,7 +6840,7 @@ void handle_link_packet(char* udp_msg, char* udp_host, serverrec *serv)
|
||||
{
|
||||
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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user