Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
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
unique-xids
Commits
86619add
Commit
86619add
authored
Aug 22, 2012
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A couple of cleanups to get OSX to be more happy.
parent
83387b8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage_persistent.h
bin/varnishd/storage/storage_persistent.h
+1
-1
r01035.vtc
bin/varnishtest/tests/r01035.vtc
+1
-1
No files found.
bin/varnishd/storage/storage_persistent.h
View file @
86619add
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
*/
*/
#define ASSERT_SILO_THREAD(sc) \
#define ASSERT_SILO_THREAD(sc) \
do {assert(pthread_
self() == (sc)->thread
);} while (0)
do {assert(pthread_
equal(pthread_self(), (sc)->thread)
);} while (0)
#define OC_F_NEEDFIXUP OC_F_PRIV
#define OC_F_NEEDFIXUP OC_F_PRIV
...
...
bin/varnishtest/tests/r01035.vtc
View file @
86619add
varnishtest "Test case for #1035"
varnishtest "Test case for #1035"
varnish v1 -arg "-a 127.0.0.1:80 -b
localhost
:8080"
varnish v1 -arg "-a 127.0.0.1:80 -b
127.0.0.1
:8080"
varnish v1 -cliok "param.set listen_address 127.0.0.1:80"
varnish v1 -cliok "param.set listen_address 127.0.0.1:80"
varnish v1 -clierr 106 "param.set listen_address 127.0.0.1:65540"
varnish v1 -clierr 106 "param.set listen_address 127.0.0.1:65540"
varnish v1 -clierr 106 "param.set listen_address 127.0.0.1:65536"
varnish v1 -clierr 106 "param.set listen_address 127.0.0.1:65536"
...
...
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