X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Freconnect.c;h=40cc7fcefd4cd3601f9a895bca46856de9a39747;hb=cb22974d773942d66da42b700b8bca0db27a0920;hp=0f1e06275a430089271841c68697870979e8cf23;hpb=4749f73d12c844b318af7f45cf45e1acac9f7c08;p=sliver-openvswitch.git diff --git a/lib/reconnect.c b/lib/reconnect.c index 0f1e06275..40cc7fcef 100644 --- a/lib/reconnect.c +++ b/lib/reconnect.c @@ -17,7 +17,6 @@ #include #include "reconnect.h" -#include #include #include "poll-loop.h" @@ -503,7 +502,7 @@ reconnect_transition__(struct reconnect *fsm, long long int now, static long long int reconnect_deadline__(const struct reconnect *fsm) { - assert(fsm->state_entered != LLONG_MIN); + ovs_assert(fsm->state_entered != LLONG_MIN); switch (fsm->state) { case S_VOID: case S_LISTENING: