Author: Carlo Wood <carlo@alinoe.com> (by way of Kev <klmitch@mit.edu>)
[ircu2.10.12-pk.git] / ircd / m_server.c
index 06833a0729bb5767dd80f6ead5e2d97cc0d57b04..b27f7e2006c804eea9c112e8d5ef92a10ceb6430 100644 (file)
@@ -131,7 +131,6 @@ int mr_server(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   char             info[REALLEN + 1];
   char*            host;
   struct Client*   acptr;
-  struct Client*   bcptr;
   struct Client*   LHcptr = 0;
   struct ConfItem* aconf = 0;
   struct ConfItem* lhconf = 0;
@@ -681,10 +680,8 @@ int ms_server(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   struct Client*   acptr;
   struct Client*   bcptr;
   struct Client*   LHcptr = 0;
-  struct ConfItem* aconf = 0;
   struct ConfItem* lhconf = 0;
   int              hop;
-  int              ret;
   int              active_lh_line = 0;
   unsigned short   prot;
   time_t           start_timestamp;