Merge pull request #1171 from trapexit/srcmounts

Make srcmounts readonly
This commit is contained in:
trapexit
2023-04-05 22:31:29 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -424,7 +424,8 @@ SrcMounts::SrcMounts(Branches &b_)
int
SrcMounts::from_string(const std::string &s_)
{
return _branches.from_string(s_);
// return _branches.from_string(s_);
return 0;
}
std::string
+1
View File
@@ -68,6 +68,7 @@ namespace l
IFERT("read-thread-count");
IFERT("readdirplus");
IFERT("scheduling-priority");
IFERT("srcmounts");
IFERT("threads");
IFERT("version");