From ba2bd6e45c2a5f5d80ab3ea52535f889b50b3f39 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 Dec 2017 18:23:04 -0500 Subject: ldap_authentication: fix build --- modules/extra/sql_authentication.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/extra/sql_authentication.cpp') diff --git a/modules/extra/sql_authentication.cpp b/modules/extra/sql_authentication.cpp index 4342cbbdf..c8685babc 100644 --- a/modules/extra/sql_authentication.cpp +++ b/modules/extra/sql_authentication.cpp @@ -63,6 +63,7 @@ class SQLAuthenticationResult : public SQL::Interface { NickServ::Account *nc = Serialize::New(); nc->SetDisplay(req->GetAccount()); + nc->SetOper(Oper::Find(nc->GetDisplay())); na = Serialize::New(); na->SetNick(nc->GetDisplay()); -- cgit