Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
4b586e6e
Commit
4b586e6e
authored
Mar 29, 2016
by
Dridi Boukelmoune
Committed by
Lasse Karstensen
Jun 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the proper VSL record
parent
10e4a12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vmod_debug.c
lib/libvmod_debug/vmod_debug.c
+1
-1
No files found.
lib/libvmod_debug/vmod_debug.c
View file @
4b586e6e
...
...
@@ -491,7 +491,7 @@ vmod_barrier_sync(VRT_CTX, VCL_STRING addr)
AN
(
addr
);
AN
(
*
addr
);
VSLb
(
ctx
->
vsl
,
SLT_
VCL_call
,
"barrier_sync(
\"
%s
\"
)"
,
addr
);
VSLb
(
ctx
->
vsl
,
SLT_
Debug
,
"barrier_sync(
\"
%s
\"
)"
,
addr
);
sock
=
VTCP_open
(
addr
,
NULL
,
0
.,
&
err
);
if
(
sock
<
0
)
{
VSLb
(
ctx
->
vsl
,
SLT_Error
,
"Barrier connection failed: %s"
,
err
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment