Skip to content

Commit

Permalink
mark unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 21, 2013
1 parent 3bb1d8a commit 944677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dhcpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ static int dhcp_socket_send(rad_listen_t *listener, REQUEST *request)
}


static int dhcp_socket_encode(UNUSED rad_listen_t *listener, REQUEST *request)
static int dhcp_socket_encode(UNUSED rad_listen_t *listener, UNUSED REQUEST *request)
{
DEBUG2("NO ENCODE!");
return 0;
Expand Down

0 comments on commit 944677d

Please sign in to comment.