diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-17 19:28:56 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-17 19:28:56 +0000 |
commit | 2003e2a7ad9ec12608462d174f72ed9360459afb (patch) | |
tree | fb189945d4553245e5f9f9959c926af337995813 | |
parent | 33b5e2cc7e381953b093ae56a7d83a05183cd424 (diff) |
- s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2082 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | src/s_serv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s_serv.c b/src/s_serv.c index b9930f5..857d7b2 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -192,7 +192,6 @@ hunt_server(struct Client *client_p, struct Client *source_p, const char *comman if (target_p->from == source_p->from && !MyConnect(target_p)) target_p = NULL; - collapse(parv[server]); wilds = has_wildcards(parv[server]); /* Again, if there are no wild cards involved in the server |