Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 25, 2018
1 parent 372133f commit 1b80130
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modules/proto_dhcpv4/proto_dhcpv4_udp.c
Expand Up @@ -47,15 +47,8 @@ typedef struct proto_dhcpv4_udp_thread_t {
} proto_dhcpv4_udp_thread_t;

typedef struct proto_dhcpv4_udp_t {
/*
* The remaining items are "const" after mod_bootstrap()
* and mod_instantiate() are called.
*/
CONF_SECTION *cs; //!< our configuration

fr_event_list_t *el; //!< for cleanup timers on Access-Request
fr_network_t *nr; //!< for fr_network_listen_read();

fr_ipaddr_t ipaddr; //!< IP address to listen on.

fr_ipaddr_t src_ipaddr; //!< IP address to source replies
Expand Down

0 comments on commit 1b80130

Please sign in to comment.