@ -61,11 +61,11 @@ Branch2::~Branch2()
Branch2&
Branch2::operator=(Branch2 const &b_)
{
enabled = b_.enabled;
mode = b_.mode;
min_free_space = b_.min_free_space;
path = b_.path;
fd = b_.fd;
return *this;
}