diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/providers/ldap/sdap_async.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/providers/ldap/sdap_async.c b/server/providers/ldap/sdap_async.c index c3ca53ed..f68a31cc 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, |