debian: Update changelog to reflect current OVS version.
[openvswitch] / ofproto / fail-open.c
index a79c5b226ac6fed8370599c77707c5087b6a220d..b028493d6b94b58059f43f509d8dadae4d5ae6c5 100644 (file)
@@ -271,7 +271,7 @@ void
 fail_open_wait(struct fail_open *fo)
 {
     if (fo->next_bogus_packet_in != LLONG_MAX) {
-        poll_timer_wait(fo->next_bogus_packet_in - time_msec());
+        poll_timer_wait_until(fo->next_bogus_packet_in);
     }
 }