supported. Note that, similarly to 3.0.x, for by-code lookups only the
last option definition is used.
+- Fixed a bug where a time difference of greater than 60 seconds between a
+ failover pair could cause the primary to crash on contact with the
+ secondary. Thanks to a patch from Steinar Haug.
+
Changes since 4.1.0b1
- A missing "else" in dhcrelay.c could have caused an interface not to
omapi_signal ((omapi_object_t *)link -> state_object,
"message", link);
link -> state = dhcp_flink_message_length_wait;
- failover_message_dereference (&link -> imsg, MDL);
+ if (link -> imsg)
+ failover_message_dereference (&link -> imsg, MDL);
/* XXX This is dangerous because we could get into a tight
XXX loop reading input without servicing any other stuff.
XXX There needs to be a way to relinquish control but