Skip to content

Commit

Permalink
Update src/neighbors.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
kinkie and rousskov authored Oct 2, 2023
1 parent 00d5eb8 commit 4fcf7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neighbors.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ dump_peer_options(StoreEntry * sentry, CachePeer * p)
if (p->options.htcp_oldsquid || p->options.htcp_no_clr || p->options.htcp_no_purge_clr || p->options.htcp_only_clr) {
bool doneopts = false;
if (p->options.htcp_oldsquid) {
os << "oldsquid";
os << (doneopts ? ',' : '=') << "oldsquid";
doneopts = true;
}
if (p->options.htcp_no_clr) {
Expand Down

0 comments on commit 4fcf7ce

Please sign in to comment.