Match the newer Error API
This commit is contained in:
parent
6a2b963e17
commit
fed91ed241
@ -188,7 +188,7 @@ static TCP * _tcp_init(AppTransportPluginHelper * helper, AppTransportMode mode,
|
||||
{
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "DEBUG: %s() => %d (%s)\n", __func__, res,
|
||||
error_get());
|
||||
error_get(NULL));
|
||||
#endif
|
||||
_tcp_destroy(tcp);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user