mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
branch2.cpp
This commit is contained in:
+4
-4
@@ -61,11 +61,11 @@ Branch2::~Branch2()
|
||||
Branch2&
|
||||
Branch2::operator=(Branch2 const &b_)
|
||||
{
|
||||
enabled = b_.enabled;
|
||||
mode = b_.mode;
|
||||
enabled = b_.enabled;
|
||||
mode = b_.mode;
|
||||
min_free_space = b_.min_free_space;
|
||||
path = b_.path;
|
||||
fd = b_.fd;
|
||||
path = b_.path;
|
||||
fd = b_.fd;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user