mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:dbs::init: Copy string to save original dbpath.
This commit is contained in:
parent
e57ae30791
commit
0c1a54864c
1 changed files with 1 additions and 1 deletions
|
@ -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 = {});
|
||||
|
|
Loading…
Reference in a new issue