Skip to content

Commit

Permalink
util: remove assignment that has no effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacav committed Jan 16, 2025
1 parent 1e330d4 commit 02e625a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ void free_devices(device_t *devices, const unsigned n_devs) {
}

free(devices);
devices = NULL;
}

static int get_authenticators(const cfg_t *cfg, const fido_dev_info_t *devlist,
Expand Down

0 comments on commit 02e625a

Please sign in to comment.