Browse Source

func_getattr_ff.cpp

getattr
Antonio SJ Musumeci 4 weeks ago
parent
commit
d4e9cc4578
  1. 2
      src/func_getattr_ff.cpp

2
src/func_getattr_ff.cpp

@ -24,5 +24,5 @@ Func2::GetattrFF::process(const Branches &branches_,
return 0; return 0;
} }
return 0;
return -ENOENT;
} }
Loading…
Cancel
Save