summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 488f782c9b..f5bca965ad 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -656,7 +656,7 @@ struct ldb_request {
void *context;
int (*callback)(struct ldb_context *, void *, struct ldb_async_result *);
- time_t timeout;
+ int timeout;
struct ldb_async_handle *handle;
} async;
};