Fix nit in test code

Spotted by Coverity CID#469228, but it is irrelevant because only in
test code
parent 10b82de2
......@@ -223,7 +223,7 @@ resurrect_none(void *priv, const struct fellow_dle *e)
CHECK_OBJ_NOTNULL(e, FELLOW_DLE_MAGIC);
if (e->type == DLE_BAN_EXP_IMM || DLE_BAN_ADD_IMM)
if (e->type == DLE_BAN_EXP_IMM || e->type == DLE_BAN_ADD_IMM)
return (0);
WRONG("nothing must be resurrected");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment