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 10:13:39 +0000 (11:13 +0100)
commitc90da922ddaa3b470f4c1c11d02f370589a31912
treeaf4036fa878c2f53a5f950031c23ed9da1ce48b1
parent0f5df0f1037590de12cc11eeab26fe29bf3f16a3
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/3286)
apps/s_socket.c