Commit d5d39f95 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add an assert

parent 51a54fbd
......@@ -1518,6 +1518,7 @@ cmd_tx11obj(CMD_ARGS)
if (AV_IS("-body")) {
AZ(body);
REPLACE(body, av[1]);
AN(body);
bodylen = strlen(body);
f.flags &= ~END_STREAM;
av++;
......
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