Browse Source

forgot to add einval to policy

pull/109/head
Antonio SJ Musumeci 9 years ago
parent
commit
7a93198d4a
  1. 1
      src/policy.hpp

1
src/policy.hpp

@ -193,6 +193,7 @@ namespace mergerfs
static const Policy &invalid;
static const Policy &all;
static const Policy &einval;
static const Policy &enosys;
static const Policy &enotsup;
static const Policy &epmfs;

Loading…
Cancel
Save