0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-13 07:28:58 +02:00

ircd:Ⓜ️:dbs::init: Copy string to save original dbpath.

This commit is contained in:
Jason Volk 2020-04-22 02:08:49 -07:00
parent e57ae30791
commit 0c1a54864c

View file

@ -191,7 +191,7 @@ enum ircd::m::dbs::appendix::index
struct ircd::m::dbs::init
{
std::string our_dbpath;
string_view their_dbpath;
std::string their_dbpath;
public:
init(const string_view &servername, std::string dbopts = {});