summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/tldap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c
index 37caa081ac..b76e2033a6 100644
--- a/source3/lib/tldap.c
+++ b/source3/lib/tldap.c
@@ -1496,7 +1496,6 @@ struct tevent_req *tldap_add_send(TALLOC_CTX *mem_ctx,
}
tevent_req_set_callback(subreq, tldap_add_done, req);
return req;
-
}
static void tldap_add_done(struct tevent_req *subreq)
@@ -1593,7 +1592,6 @@ struct tevent_req *tldap_modify_send(TALLOC_CTX *mem_ctx,
}
tevent_req_set_callback(subreq, tldap_modify_done, req);
return req;
-
}
static void tldap_modify_done(struct tevent_req *subreq)
@@ -1667,7 +1665,6 @@ struct tevent_req *tldap_delete_send(TALLOC_CTX *mem_ctx,
}
tevent_req_set_callback(subreq, tldap_delete_done, req);
return req;
-
}
static void tldap_delete_done(struct tevent_req *subreq)