diff --git a/server/core/dcb.c b/server/core/dcb.c index f350a8ad3..210e6d82d 100644 --- a/server/core/dcb.c +++ b/server/core/dcb.c @@ -1964,7 +1964,7 @@ dcb_close(DCB *dcb) } spinlock_acquire(&zombiespin); - if (dcb->state == DCB_STATE_NOPOLLING || dcb->state == DCB_STATE_ALLOC); + if (dcb->state == DCB_STATE_NOPOLLING || dcb->state == DCB_STATE_ALLOC) { /*< * Add closing dcb to the top of the list.