summaryrefslogtreecommitdiff
path: root/src/hostserv.c
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-20 22:27:11 +0000
committerDukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-20 22:27:11 +0000
commit3e77eaa21813f5b668f819722e68e2d7c6c800eb (patch)
treedbd0a44111e0149022fced9741a54a45aa9dbd72 /src/hostserv.c
parent28ccf79adf3ea27d6f37abb2abadf65224794889 (diff)
fixed sending CHGIDENT without parameter
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2825 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/hostserv.c')
-rw-r--r--src/hostserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostserv.c b/src/hostserv.c
index 9d0d89125..cf8a6b146 100644
--- a/src/hostserv.c
+++ b/src/hostserv.c
@@ -198,7 +198,7 @@ void do_on_id(User *u)
if (!na || !na->hostinfo.HasVhost())
return;
- ircdproto->SendVhost(u, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
+ ircdproto->SendVhost(u, na->hostinfo.GetIdent(), na->hostinfo.GetHost());
if (ircd->vhost)
{
if (u->vhost)