Commit 9a0628c4 authored by Nils Goroll's avatar Nils Goroll

for va_list, use VSLv

parent 0c54b6bf
...@@ -109,7 +109,7 @@ errmsg(VRT_CTX, const char *fmt, ...) ...@@ -109,7 +109,7 @@ errmsg(VRT_CTX, const char *fmt, ...)
VSLbv(ctx->vsl, SLT_VCL_Error, fmt, args); VSLbv(ctx->vsl, SLT_VCL_Error, fmt, args);
else else
/* Should this ever happen in vcl_fini() ... */ /* Should this ever happen in vcl_fini() ... */
VSL(SLT_VCL_Error, 0, fmt, args); VSLv(SLT_VCL_Error, 0, fmt, args);
va_end(args); va_end(args);
} }
......
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