s4:libnet: avoid using dcecli_connection->event_ctx
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Jan 2014 10:58:15 +0000 (11:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 16 Jan 2014 15:22:51 +0000 (16:22 +0100)
commit6e5943af941c2fa2f435b88a52e80d61d9ed3772
treef701167dd2a3c2629f1631a04fa883ba20a19331
parentc4778504677429457af26957c7c1daec44d1096b
s4:libnet: avoid using dcecli_connection->event_ctx

We should avoid per connection tevent_contexts,
the one per libnet_context isn't much better, but a start.

Note the pointers have the same value.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/libnet/libnet_rpc.c