Commit 04c1c92d authored by Nils Goroll's avatar Nils Goroll

panic: fix indent

parent 37f565dd
......@@ -518,9 +518,10 @@ pan_sess(struct vsb *vsb, const struct sess *sp)
VSB_indent(vsb, -2);
VSB_printf(vsb, "}");
}
VSB_printf(vsb, "\n");
ci = SES_Get_String_Attr(sp, SA_CLIENT_IP);
cp = SES_Get_String_Attr(sp, SA_CLIENT_PORT);
VSB_printf(vsb, "\nclient = %s %s,\n", ci, cp);
VSB_printf(vsb, "client = %s %s,\n", ci, cp);
VSB_indent(vsb, -2);
VSB_printf(vsb, "},\n");
......
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