From 173d672aff0fef3f381c3abf95834969f64f27c9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Apr 2021 19:24:54 +0000 Subject: driver: enabled directory recursion. --- src/driver/tpax_driver_ctx.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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) -- cgit v1.2.3