mirror of
https://github.com/anope/anope.git
synced 2026-07-08 23:43:13 +02:00
Fixed loading ssl certs for users
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ void NickCore::unserialize(serialized_data &data)
|
||||
data["cert"] >> buf;
|
||||
spacesepstream sep(buf);
|
||||
while (sep.GetToken(buf))
|
||||
nc->access.push_back(buf);
|
||||
nc->cert.push_back(buf);
|
||||
}
|
||||
data["memomax"] >> nc->memos.memomax;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user