]> jfr.im git - solanum.git/blobdiff - src/s_serv.c
[svn] Do not try find_server() on a name find_client() has
[solanum.git] / src / s_serv.c
index e4869dc10dc36fd2b23dacf998298eec420ed5a3..8ea6c667f02e87f6d2f156e07286645efbdc173b 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_serv.c 2723 2006-11-09 23:35:48Z jilles $
+ *  $Id: s_serv.c 3181 2007-02-01 00:49:07Z jilles $
  */
 
 #include "stdinc.h"
@@ -280,10 +280,6 @@ hunt_server(struct Client *client_p, struct Client *source_p,
                if(target_p->from == source_p->from && !MyConnect(target_p))
                        target_p = NULL;
 
-       if(target_p == NULL && (target_p = find_server(source_p, new)))
-               if(target_p->from == source_p->from && !MyConnect(target_p))
-                       target_p = NULL;
-
        collapse(new);
        wilds = (strchr(new, '?') || strchr(new, '*'));