Fix stupid bug.

This commit is contained in:
counterpoint
2015-07-07 08:59:52 +01:00
parent 5577ef94e9
commit d4eff72d8a

View File

@ -1964,7 +1964,7 @@ dcb_close(DCB *dcb)
} }
spinlock_acquire(&zombiespin); 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. * Add closing dcb to the top of the list.