Adapt to the new API for the Error class
This commit is contained in:
parent
fd9a70daff
commit
449a21a522
|
@ -204,7 +204,7 @@ static SSLTransport * _ssl_init(AppTransportPluginHelper * helper,
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() => %d (%s)\n", __func__, res,
|
fprintf(stderr, "DEBUG: %s() => %d (%s)\n", __func__, res,
|
||||||
error_get());
|
error_get(NULL));
|
||||||
#endif
|
#endif
|
||||||
_ssl_destroy(ssl);
|
_ssl_destroy(ssl);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user