mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
close the tmpfile when done..
This commit is contained in:
parent
d6e26978dc
commit
85ef438041
@ -87,6 +87,7 @@ static void test_load_chalresp_state(void) {
|
||||
rewind(file);
|
||||
ret = load_chalresp_state(file, &state, true);
|
||||
assert(ret == 0);
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
#endif /* HAVE_CR */
|
||||
|
Loading…
x
Reference in New Issue
Block a user