Skip to content

db_dump: fix typo that broke XML#6883

Merged
AenBleidd merged 1 commit intomasterfrom
dpa_db_dump2
Feb 22, 2026
Merged

db_dump: fix typo that broke XML#6883
AenBleidd merged 1 commit intomasterfrom
dpa_db_dump2

Conversation

@davidpanderson
Copy link
Contributor

@davidpanderson davidpanderson commented Feb 22, 2026

Fixes #6881


Summary by cubic

Fixes malformed XML in db_dump host output by removing a stray comma that split the format string, so the element is emitted and the XML is well-formed.

Written for commit b892e15. Summary will update on new commits.

Copilot AI review requested due to automatic review settings February 22, 2026 09:40
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a syntax error in XML formatting code that was causing broken XML output. The issue was a misplaced comma that created invalid C string literal concatenation.

Changes:

  • Removed an erroneous comma from a multi-line string literal in the write_host function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AenBleidd AenBleidd added this to Server Feb 22, 2026
@github-project-automation github-project-automation bot moved this to Backlog in Server Feb 22, 2026
@AenBleidd AenBleidd added this to the Server Release 1.6.2 milestone Feb 22, 2026
@AenBleidd AenBleidd merged commit a0108bb into master Feb 22, 2026
433 checks passed
@AenBleidd AenBleidd deleted the dpa_db_dump2 branch February 22, 2026 16:28
@github-project-automation github-project-automation bot moved this from Backlog to Done in Server Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

db_dump.cpp: Stray comma in write_host() breaks host stats XML output

3 participants