@ -98,8 +98,9 @@ namespace fs
return rv;
}
auto s = fmt::format("Should never reach this: follow_={}",sc<int>(follow_));
DIE("{}",s);
auto i = sc<int>(follow_);
// auto s = fmt::format("Should never reach this: follow_={}",sc<int>(follow_));
// DIE("{}",s);
return -EINVAL;