tevent_poll: NULL out fde->event_ctx for "fresh" poll fdes
authorVolker Lendecke <vl@samba.org>
Thu, 31 Jan 2013 15:31:45 +0000 (16:31 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Mar 2013 09:11:58 +0000 (10:11 +0100)
commit27cfae4bb2406c8ee8fac85c949da933fe7f63ad
tree7dfed3fc6c1b695ec4b0396c77d45a301c113d03
parent13383b1f2e1fb02d8e5cc8ed2db7b63e8c24829f
tevent_poll: NULL out fde->event_ctx for "fresh" poll fdes

This is done in tevent_common_context_destructor for the non-fresh
fdes already

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_poll.c