mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
Fix initialisation on old compilers
This commit is contained in:
parent
e0b1273127
commit
034d4ee158
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ retrieve_expiration_time_result np_net_ssl_get_cert_expiration(X509 *certificate
|
|||
# ifdef USE_OPENSSL
|
||||
retrieve_expiration_time_result result = {
|
||||
.errors = ALL_OK,
|
||||
.remaining_seconds = {},
|
||||
.remaining_seconds = 0,
|
||||
};
|
||||
|
||||
if (!certificate) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue