From d4eff72d8a659f33825bc1163092d58267b5d932 Mon Sep 17 00:00:00 2001 From: counterpoint Date: Tue, 7 Jul 2015 08:59:52 +0100 Subject: [PATCH] Fix stupid bug. --- server/core/dcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.