Commit 57cd74cf authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make FlexeLint a little bit happier

parent 3e3990d7
......@@ -183,6 +183,9 @@ xyzzy_obj_opt__init(VRT_CTX,
if (args->valid_s)
AN(args->s);
if (args->valid_b)
AN(args->b);
AN(op);
AZ(*op);
ALLOC_OBJ(o, VMOD_DEBUG_OBJ_OPT_MAGIC);
......
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