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

Don't undef the v1 listen socket macros now that Varnishd persists

on using the same ones across restarts.
parent a75ce8b7
......@@ -557,9 +557,6 @@ varnish_stop(struct varnish *v)
varnish_launch(v);
if (vtc_error)
return;
macro_undef(v->vl, v->name, "addr");
macro_undef(v->vl, v->name, "port");
macro_undef(v->vl, v->name, "sock");
vtc_log(v->vl, 2, "Stop");
(void)varnish_ask_cli(v, "stop", NULL);
while (1) {
......
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