routers option before the subnet mask option were receiving
only the latter. Fixed.
+- The server wasn't always sending the FQDN option when it should.
+
Changes since 4.1.0a1
- Fixed a coredump when adding a class via OMAPI.
* may only be included if the client supplied one.
*/
if ((priority_len < PRIORITY_COUNT) &&
- (lookup_option(&dhcp_universe, inpacket->options,
- DHO_FQDN) != NULL))
+ (lookup_option(&fqdn_universe, inpacket->options,
+ FQDN_ENCODED) != NULL))
priority_list[priority_len++] = DHO_FQDN;
/*