1
0
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:
Adam
2011-11-15 16:27:32 -05:00
parent 1356498320
commit 38d90c76e0
+1 -1
View File
@@ -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;
{