Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
remove unnecessary init call
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Nov 10, 2023
1 parent 7bbef00 commit a923672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attest.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ static void attest_response_cache_set_locked(char *key, attest_response *respons
new_entry->key = strdup(key);
new_entry->response = response;

INIT_LIST_HEAD(&new_entry->list);
pr_info("nasp: attest response cache set: key[%s]", new_entry->key);
list_add(&new_entry->list, &attest_cache);
}
Expand Down

0 comments on commit a923672

Please sign in to comment.