summaryrefslogtreecommitdiffstats
path: root/ldap_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap_driver.c')
-rw-r--r--ldap_driver.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ldap_driver.c b/ldap_driver.c
index 44b4fca..39a9715 100644
--- a/ldap_driver.c
+++ b/ldap_driver.c
@@ -26,11 +26,7 @@
#include <dns/result.h>
#include "log.h"
-
-#define CHECK(op) \
- do { result = (op); \
- if (result != ISC_R_SUCCESS) goto cleanup; \
- } while (0)
+#include "util.h"
#define LDAPDB_MAGIC ISC_MAGIC('L', 'D', 'P', 'D')
#define VALID_LDAPDB(ldapdb) \