diff options
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r-- | lib/asyn-thread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index 08c7c3bb1..9caa1be09 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -160,10 +160,9 @@ static bool init_resolve_thread(struct connectdata *conn, struct thread_sync_data { curl_mutex_t *mtx; int done; - + int port; char *hostname; /* hostname to resolve, Curl_async.hostname duplicate */ - int port; #ifdef USE_SOCKETPAIR struct connectdata *conn; curl_socket_t sock_pair[2]; /* socket pair */ |