summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/providers/ldap/sdap_async.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/providers/ldap/sdap_async.c b/server/providers/ldap/sdap_async.c
index c3ca53ed1..f68a31cc5 100644
--- a/server/providers/ldap/sdap_async.c
+++ b/server/providers/ldap/sdap_async.c
@@ -390,9 +390,6 @@ static void sdap_op_timeout(struct tevent_req *req)
/* signal the caller that we have a timeout */
op->callback(op, NULL, ETIMEDOUT, op->data);
-
- /* send back to the server an abandon (see destructor) and free the op */
- talloc_free(op);
}
static int sdap_op_add(TALLOC_CTX *memctx, struct tevent_context *ev,