From b839b97ac2de28739575803505c6427792dce184 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 17 Dec 2015 13:07:39 +0100 Subject: [PATCH] Oops... reverted syntax/style to agressively --- src/stub.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stub.c b/src/stub.c index 2e0ee664..9d81df7d 100644 --- a/src/stub.c +++ b/src/stub.c @@ -624,7 +624,7 @@ stub_tls_timeout_cb(void *userarg) /****************************/ static int -stub_tcp_read(int fd, getdns_tcp_state *tcp, struct mem_funcs *mf, getdns_eventloop_event* event) +stub_tcp_read(int fd, getdns_tcp_state *tcp, struct mem_funcs *mf, getdns_eventloop_event* qweroiuyqwer) { ssize_t read; uint8_t *buf; @@ -1374,7 +1374,7 @@ stub_tcp_read_cb(void *userarg) int q; switch ((q = stub_tcp_read(netreq->fd, &netreq->tcp, - &dnsreq->context->mf))) { + &dnsreq->context->mf, &netreq->event))) { case STUB_TCP_AGAIN: return; @@ -1452,7 +1452,7 @@ upstream_read_cb(void *userarg) &upstream->upstreams->mf); else q = stub_tcp_read(upstream->fd, &upstream->tcp, - &upstream->upstreams->mf); + &upstream->upstreams->mf, &netreq->event); switch (q) { case STUB_TCP_AGAIN: