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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp
index 596a0050e..3df0f1e97 100644
--- a/modules/hostserv/request.cpp
+++ b/modules/hostserv/request.cpp
@@ -67,9 +67,9 @@ NickServ::Account *HostRequest::GetAccount()
return Get(&HostRequestType::acc);
}
-void HostRequest::SetAccount(NickServ::Account *acc)
+void HostRequest::SetAccount(NickServ::Account *a)
{
- Set(&HostRequestType::acc, acc);
+ Set(&HostRequestType::acc, a);
}
Anope::string HostRequest::GetIdent()