summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_ptask.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/dp_ptask.c')
-rw-r--r--src/providers/dp_ptask.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/providers/dp_ptask.c b/src/providers/dp_ptask.c
index 9eca429d1..3540579e8 100644
--- a/src/providers/dp_ptask.c
+++ b/src/providers/dp_ptask.c
@@ -451,10 +451,6 @@ errno_t be_ptask_create_sync(TALLOC_CTX *mem_ctx,
goto done;
}
- if (_task != NULL) {
- talloc_steal(*_task, ctx);
- }
-
ret = EOK;
done: