From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- modules/commands/hs_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 634dec06c..d5f63d175 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -192,7 +192,7 @@ class CommandHSActivate : public Command HostRequest *req = na ? na->GetExt("hs_request") : NULL; if (req) { - na->hostinfo.SetVhost(req->ident, req->host, u->nick, req->time); + na->SetVhost(req->ident, req->host, u->nick, req->time); FOREACH_MOD(I_OnSetVhost, OnSetVhost(na)); if (HSRequestMemoUser && memoserv) -- cgit