Skip to content

Commit da9dfe0

Browse files
committed
Consistency. Doesn't matter practically, since Java will never see it.
1 parent a17d236 commit da9dfe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/src/sslconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ TCN_IMPLEMENT_CALL(jint, SSLConf, check)(TCN_STDARGS, jlong cctx,
204204
char err[TCN_OPENSSL_ERROR_STRING_LENGTH];
205205
ERR_error_string_n(ec, err, TCN_OPENSSL_ERROR_STRING_LENGTH);
206206
tcn_Throw(e, "Could not determine SSL_CONF command type for '%s' (%s)", J2S(cmd), err);
207-
rc = 0;
207+
rc = SSL_THROW_RETURN;
208208
goto cleanup;
209209
}
210210

0 commit comments

Comments
 (0)