Commit 9ded2e2d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add missing assert


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1799 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c1915827
......@@ -112,6 +112,7 @@ STV_add(const char *spec)
xxxassert(q != NULL);
stv = malloc(sizeof *stv);
AN(stv);
if (!cmp_storage(&sma_stevedore, spec, p)) {
*stv = sma_stevedore;
......
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