mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Fix bug introduced in 64effa3bb9
This commit is contained in:
parent
ff53f8d946
commit
5e7d876af2
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ int sslx_print_certificate(ssl,data,pf)
|
|||
#ifdef OPENSSL
|
||||
if(x) X509_free(x);
|
||||
#endif
|
||||
if(cert_obj) json_object_put(cert_obj);
|
||||
if(_status && cert_obj) json_object_put(cert_obj);
|
||||
return(_status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue