Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 16, 2024
1 parent d0996a7 commit 73f4b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -3000,7 +3000,7 @@ entattest(void)
fido_dev_t *dev;

assert((dev = fido_dev_new()));
wiredata = wiredata_setup(makecred_wiredata, sizeof(makecred_wiredata));
/* wiredata = wiredata_setup(makecred_wiredata, sizeof(makecred_wiredata)); */
setup_dummy_io(dev);
assert(fido_dev_open(dev, "dummy") == FIDO_OK);

Expand All @@ -3017,7 +3017,7 @@ entattest(void)
assert(fido_cred_entattest(c));

fido_cred_free(&c);
wiredata_clear(&wiredata);
/* wiredata_clear(&wiredata); */
assert(fido_dev_close(dev) == FIDO_OK);
fido_dev_free(&dev);
}
Expand Down

0 comments on commit 73f4b38

Please sign in to comment.