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
2c3ae69b
Unverified
Commit
2c3ae69b
authored
Oct 09, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flexelint
parent
4aa1ebaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vmod_debug_filters.c
vmod/vmod_debug_filters.c
+1
-0
No files found.
vmod/vmod_debug_filters.c
View file @
2c3ae69b
...
...
@@ -513,6 +513,7 @@ xyzzy_chksha256_fini(struct vdp_ctx *vdc, void **priv)
VSLb
(
vdc
->
vsl
,
SLT_Debug
,
"sha256 checksum mismatch"
);
vsb
=
VSB_new_auto
();
AN
(
vsb
);
VSB_quote
(
vsb
,
digest
,
sizeof
digest
,
VSB_QUOTE_HEX
);
AZ
(
VSB_finish
(
vsb
));
VSLb
(
vdc
->
vsl
,
SLT_Debug
,
"got: %s"
,
VSB_data
(
vsb
));
...
...
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