char *servername = NULL;
maj_stat = min_stat = min_stat2 = req_flags = 0;
+ memset(connection, 0, sizeof(*connection));
/* GSI specific */
req_flags = GSS_C_GLOBUS_SSL_COMPATIBLE;
/* XXX check ret_flags matches to what was requested */
- memset(connection, 0, sizeof(*connection));
connection->sock = sock;
connection->context = context;
servername = NULL;
int ret;
maj_stat = min_stat = min_stat2 = 0;
+ memset(connection, 0, sizeof(*connection));
/* GSI specific */
ret_flags = GSS_C_GLOBUS_SSL_COMPATIBLE;
goto end;
}
- memset(connection, 0, sizeof(*connection));
connection->sock = sock;
connection->context = context;
memset(&output_token, 0, sizeof(output_token.value));