diff options
author | midipix <writeonce@midipix.org> | 2021-04-20 19:24:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-20 19:27:28 +0000 |
commit | 173d672aff0fef3f381c3abf95834969f64f27c9 (patch) | |
tree | 1f85b6253d57e8b33cee664c521b792da33ea8f7 | |
parent | 022508b329cc2251c09cd9fcaff3be0bb664eb98 (diff) | |
download | tpax-173d672aff0fef3f381c3abf95834969f64f27c9.tar.bz2 tpax-173d672aff0fef3f381c3abf95834969f64f27c9.tar.xz |
driver: enabled directory recursion.
-rw-r--r-- | src/driver/tpax_driver_ctx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index fa3a930..1498718 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -542,12 +542,6 @@ int tpax_get_driver_ctx( break; } - /* not implemented features */ - if (cctx.drvflags & TPAX_DRIVER_EXEC_MODE_MASK) - if (cctx.drvflags & TPAX_DRIVER_DIR_MEMBER_RECURSE) - return tpax_driver_error_not_implemented( - fdctx->fderr,program,"directory recursion",meta); - /* driver ctx */ if (!(ctx = tpax_driver_ctx_alloc(meta,fdctx,&cctx,nunits))) { if (cctx.drvflags & TPAX_DRIVER_EXEC_MODE_COPY) |