diff --git a/nts_ntp_client.c b/nts_ntp_client.c index 5de97ee..4b16ffd 100644 --- a/nts_ntp_client.c +++ b/nts_ntp_client.c @@ -669,6 +669,8 @@ load_cookies(NNC_Instance inst) inst->last_nke_success = context_time + SCH_GetLastEventMonoTime(); inst->context_id = context_id; + fclose(f); + DEBUG_LOG("Loaded %d cookies for %s", i, filename); return;