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
dc7689ea
Commit
dc7689ea
authored
Feb 08, 2016
by
Poul-Henning Kamp
Committed by
Lasse Karstensen
Feb 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move VCA_Shutdown() call to the main code
parent
57cb0598
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
cache_cli.c
bin/varnishd/cache/cache_cli.c
+0
-1
cache_main.c
bin/varnishd/cache/cache_main.c
+1
-0
No files found.
bin/varnishd/cache/cache_cli.c
View file @
dc7689ea
...
...
@@ -105,7 +105,6 @@ CLI_Run(void)
i
=
VCLS_Poll
(
cls
,
-
1
);
}
while
(
i
>
0
);
VSL
(
SLT_CLI
,
0
,
"EOF on CLI connection, worker stops"
);
VCA_Shutdown
();
}
/*--------------------------------------------------------------------*/
...
...
bin/varnishd/cache/cache_main.c
View file @
dc7689ea
...
...
@@ -261,6 +261,7 @@ child_main(void)
CLI_Run
();
VCA_Shutdown
();
BAN_Shutdown
();
STV_close
();
...
...
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