tevent_poll: NULL out fde->event_ctx for "fresh" poll fdes
commit0cf62a92f26ef9c7d3c5a5d256adc72d66335319
authorVolker Lendecke <vl@samba.org>
Thu, 31 Jan 2013 15:31:45 +0000 (31 16:31 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 3 Feb 2013 03:52:57 +0000 (2 19:52 -0800)
tree71dce752b1b884a95a60c1b7ee0e4ea2c520074a
parent3ce58cbcf3d9653ee6b0002f52a29ab922beab4e
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