Commit 97351b93 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add an assert for clarity.

parent 6d86cd16
......@@ -328,6 +328,7 @@ cls_vlu(void *priv, const char *p)
char **av;
CAST_OBJ_NOTNULL(cfd, priv, VCLS_FD_MAGIC);
AN(p);
cli = cfd->cli;
CHECK_OBJ_NOTNULL(cli, CLI_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