diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-11-13 14:07:29 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-11-17 10:07:24 +1100 |
commit | 16a3a2da78b1f2d5a1077e382a26466944f6c59e (patch) | |
tree | fca48202235bbe4d947619cbd91ddb7f3c8a10af /source4/lib/ldb/ldb_tdb/ldb_tdb.h | |
parent | cf5c919c744c714b9be849e4d6424f7df92b328d (diff) | |
download | samba-16a3a2da78b1f2d5a1077e382a26466944f6c59e.tar.gz samba-16a3a2da78b1f2d5a1077e382a26466944f6c59e.tar.bz2 samba-16a3a2da78b1f2d5a1077e382a26466944f6c59e.zip |
Remove timeout event once we are calling the callback.
(Even if the callback takes some time, this isn't a ldb_tdb timeout
any more)
Andrew Bartlett
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h index 61e90bccc6..c78a8172c7 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h @@ -50,6 +50,7 @@ struct ltdb_context { struct ldb_dn *base; enum ldb_scope scope; const char * const *attrs; + struct timed_event *timeout_event; }; /* special record types */ |