Fix some variable references in init_client
authorMatt Caswell <matt@openssl.org>
Mon, 24 Apr 2017 10:45:42 +0000 (11:45 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2017 13:04:13 +0000 (14:04 +0100)
commitbb22c4057f31346b3d8f43929c759f692a7e7ef9
tree0515fefe1f86bc5804df9d48f0c99f0eb950cf60
parentb651a05d261530923c4d1f8f464a91c50602d3ea
Fix some variable references in init_client

We were incorrectly using "res" when we meant "ai"

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3287)
apps/s_socket.c