]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_links.c
Remove Server.up and Server.upid.
[irc/rqf/shadowircd.git] / modules / m_links.c
index 30f23e59bdd4c2867b3639cd14c5c49a366c3e01..c7aaeeaaec5f2d3c5bee341c25ff0d4f46e9631e 100644 (file)
@@ -120,7 +120,7 @@ mo_links(struct Client *client_p, struct Client *source_p, int parc, const char
                 * or theyre an oper..  
                 */
                sendto_one_numeric(source_p, RPL_LINKS, form_str(RPL_LINKS),
-                                  target_p->name, target_p->serv->up,
+                                  target_p->name, target_p->servptr->name,
                                   target_p->hopcount,
                                   target_p->info[0] ? target_p->info : "(Unknown Location)");
        }