]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/numeric.c
Fix redundant redeclaration of Conn_Count*() functions
[ngircd-alex.git] / src / ngircd / numeric.c
index 74c5c12bebc44f6056ba2dc0f04856cda3deb242..c3d94c3db7b53c5614fbfaf6cd6ddf1ebb60be65 100644 (file)
@@ -131,7 +131,7 @@ Announce_Server(CLIENT * Client, CLIENT * Server)
        if (Client_Hops(Server) == 1)
                c = Client_ThisServer();
        else
-               c = Client_Introducer(Server);
+               c = Client_TopServer(Server);
 
        /* Inform new server about the one already registered in the network */
        return IRC_WriteStrClientPrefix(Client, c, "SERVER %s %d %d :%s",