Skip to content

Commit

Permalink
remove unused label
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 1, 2023
1 parent 03a3976 commit e4c4468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/dhcpclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ static int request_init(fr_radius_packet_t **out, fr_pair_list_t *packet_vps, ch
* Read the VP's.
*/
if (fr_pair_list_afrom_file(packet, dict_dhcpv4, packet_vps, fp, &filedone) < 0) {
error:
fr_perror("dhcpclient");
fr_radius_packet_free(&packet);
if (fp != stdin) fclose(fp);
Expand Down

0 comments on commit e4c4468

Please sign in to comment.