From 344dbced50dda7ad788b2e1908896ae926ae471a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 28 Jun 2009 15:29:38 +0200 Subject: If the connection is down, don't try another write. --- source3/include/tldap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/tldap.h b/source3/include/tldap.h index 1d920f8adc..cd50298569 100644 --- a/source3/include/tldap.h +++ b/source3/include/tldap.h @@ -48,6 +48,7 @@ struct tldap_mod { bool tevent_req_is_ldap_error(struct tevent_req *req, int *perr); struct tldap_context *tldap_context_create(TALLOC_CTX *mem_ctx, int fd); +bool tldap_connection_ok(struct tldap_context *ld); bool tldap_context_setattr(struct tldap_context *ld, const char *name, const void *pptr); void *tldap_context_getattr(struct tldap_context *ld, const char *name); -- cgit