diff options
author | Simo Sorce <idra@samba.org> | 2006-02-28 04:38:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:09 -0500 |
commit | e1380d63a0d85120ebf25d228b1bf6f8c6604d99 (patch) | |
tree | 784433eb6b865735aa78973e4db26eb601dcab56 /source4/lib/ldb/include | |
parent | af99fe6b011b70a1770ab9b70fd7e0cac20b1ac0 (diff) | |
download | samba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.tar.gz samba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.tar.bz2 samba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.zip |
r13744: Make ldb_ldap async
(This used to be commit ec833b409c1fff4ab908fe194579e701d2e950b0)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
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; }; |