(send_via_proxy): initialize a variable to make gcc's optimizer happy

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10280 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-07-03 19:35:46 +00:00
parent 013de43918
commit d78a021a3f

View File

@@ -248,7 +248,7 @@ send_via_proxy (krb5_context context,
struct addrinfo hints;
struct addrinfo *ai, *a;
int ret;
int s;
int s = -1;
char portstr[NI_MAXSERV];
if (proxy == NULL)