diff options
author | Adam <Adam@anope.org> | 2017-02-07 17:20:07 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-02-07 17:20:07 -0500 |
commit | 09dca29c8898916772c2a2a6b86b625c812007ed (patch) | |
tree | 1b28f4751feec3ea2b46fa0afb061da7926f3a47 /modules/database/old.cpp | |
parent | 8b694bc392c36551e428b84454efb81cdbc8bcd3 (diff) |
Normalize databases by not allowing generic Object references
Remove redis database support
Diffstat (limited to 'modules/database/old.cpp')
-rw-r--r-- | modules/database/old.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/old.cpp b/modules/database/old.cpp index 894b9125b..3a2b6ccb6 100644 --- a/modules/database/old.cpp +++ b/modules/database/old.cpp @@ -743,7 +743,7 @@ static void LoadVHosts() if (vhost == nullptr) continue; - vhost->SetOwner(na->GetAccount()); + vhost->SetAccount(na->GetAccount()); vhost->SetIdent(ident); vhost->SetHost(host); vhost->SetCreator(creator); |