Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 22, 2018
1 parent 51cacf3 commit fbd59f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/proto_dhcpv4/proto_dhcpv4.c
Expand Up @@ -267,7 +267,6 @@ static int mod_decode(void const *instance, REQUEST *request, uint8_t *const dat
fr_io_track_t const *track = talloc_get_type_abort_const(request->async->packet_ctx, fr_io_track_t);
fr_io_address_t *address = track->address;
RADCLIENT const *client;
VALUE_PAIR *vp;

rad_assert(data[0] < FR_MAX_PACKET_CODE);

Expand Down

0 comments on commit fbd59f5

Please sign in to comment.