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

Fix a typo and remove unused endpoint->ident members.

parent 1f5aa959
......@@ -848,7 +848,7 @@ VTP_panic(struct vsb *vsb, struct tcp_pool *tp)
VSB_printf(vsb, "port = %s,\n", p);
}
if (tp->ip6 && VSA_Sane(tp->ip6)) {
VTCP_name(tp->ip4, h, sizeof h, p, sizeof p);
VTCP_name(tp->ip6, h, sizeof h, p, sizeof p);
VSB_printf(vsb, "ipv6 = %s, ", h);
VSB_printf(vsb, "port = %s,\n", p);
}
......
......@@ -390,8 +390,6 @@ struct vrt_endpoint {
VCL_IP ipv4;
VCL_IP ipv6;
const char *uds_path;
const void *ident;
int ident_len;
};
#define VRT_BACKEND_FIELDS(rigid) \
......
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