acutally initialize num_auditors field, helps a lot...

This commit is contained in:
Christian Grothoff 2017-05-11 11:41:05 +02:00
parent 5a0ee21b48
commit 43126e867a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -594,6 +594,7 @@ decode_keys_json (const json_t *resp_obj,
auditor_info,
key_data));
}
key_data->num_auditors = len;
}
}