Browse Source

func_getattr_ff.cpp

getattr
Antonio SJ Musumeci 1 month ago
parent
commit
1b426a0b74
  1. 1
      src/func_getattr_ff.cpp

1
src/func_getattr_ff.cpp

@ -28,6 +28,7 @@ Func2::GetattrFF::process(const Branches &branches_,
return 0;
}
}
timeout_->entry = cfg->cache_negative_entry;
return -ENOENT;

Loading…
Cancel
Save