diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-05 19:14:45 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-05 22:17:54 -0800 |
commit | 5dbf175c75bd6139f3238f36665000641f7f7f79 (patch) | |
tree | 8d2d22ebed4f78f75bce96491efc8b1edf8ae3ab /source3/libsmb/cliconnect.c | |
parent | dd498d2eecf124a03b6117ddab892a1112f9e9db (diff) | |
download | samba-5dbf175c75bd6139f3238f36665000641f7f7f79.tar.gz samba-5dbf175c75bd6139f3238f36665000641f7f7f79.tar.bz2 samba-5dbf175c75bd6139f3238f36665000641f7f7f79.zip |
s3-events: make the old timed events compatible with tevent
tevent ensures that a timed event is only called once. The old events
code relied on the called handler removing the event itself. If the
handler removed the event after calling a function which invoked the
event loop then the timed event could loop forever.
This change makes the two timed event systems more compatible, by
allowing the handler to free the te if it wants to, but ensuring it is
off the linked list of events before the handler is called, and
ensuring it is freed even if the handler doesn't free it.
Diffstat (limited to 'source3/libsmb/cliconnect.c')
0 files changed, 0 insertions, 0 deletions