Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-selector
Commits
8f0293e1
Unverified
Commit
8f0293e1
authored
Nov 09, 2022
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reflect VXID changes in varnish-cache
parent
49ffb731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
vmod_selector.c
src/vmod_selector.c
+5
-1
No files found.
src/vmod_selector.c
View file @
8f0293e1
...
...
@@ -41,6 +41,10 @@
#include "ph.h"
#include "VSC_selector.h"
#ifndef NO_VXID
#define NO_VXID (0U)
#endif
struct
vsc_entry
{
unsigned
magic
;
#define VMOD_SELECTOR_VSC_MAGIC 0x4b99b64a
...
...
@@ -150,7 +154,7 @@ compile(VRT_CTX, struct VPFX(selector_set) *set, const char *method)
members
=
set
->
lomembers
;
if
(
members
==
NULL
||
set
->
nmembers
==
0
)
{
CHECK_OBJ_NOTNULL
(
ctx
->
msg
,
VSB_MAGIC
);
VSL
(
SLT_VCL_Error
,
0
,
"VCL %s vmod selector %s%s: "
VSL
(
SLT_VCL_Error
,
NO_VXID
,
"VCL %s vmod selector %s%s: "
"no entries were added, nothing to compile, "
"%s.match() will always fail
\n
"
,
VCL_Name
(
ctx
->
vcl
),
set
->
vcl_name
,
method
,
set
->
vcl_name
);
...
...
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