summaryrefslogtreecommitdiff
path: root/modules/hostserv/request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hostserv/request.cpp')
-rw-r--r--modules/hostserv/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp
index bef1f1548..a74dcacad 100644
--- a/modules/hostserv/request.cpp
+++ b/modules/hostserv/request.cpp
@@ -291,7 +291,7 @@ class CommandHSActivate : public Command
return;
}
- vhost->SetOwner(na->GetAccount());
+ vhost->SetAccount(na->GetAccount());
vhost->SetIdent(req->GetIdent());
vhost->SetHost(req->GetHost());
vhost->SetCreator(source.GetNick());