Skip to content

Commit

Permalink
journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOC…
Browse files Browse the repository at this point in the history
…ATION_ID

(cherry picked from commit 6cb8286)
  • Loading branch information
YHNdnzj authored and keszybz committed May 8, 2024
1 parent bf3e64f commit 9fd78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/journal/journald-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static void server_dispatch_message_real(
IOVEC_ADD_STRING_FIELD(iovec, n, o->slice, "OBJECT_SYSTEMD_SLICE");
IOVEC_ADD_STRING_FIELD(iovec, n, o->user_slice, "OBJECT_SYSTEMD_USER_SLICE");

IOVEC_ADD_ID128_FIELD(iovec, n, o->invocation_id, "OBJECT_SYSTEMD_INVOCATION_ID=");
IOVEC_ADD_ID128_FIELD(iovec, n, o->invocation_id, "OBJECT_SYSTEMD_INVOCATION_ID");
}

assert(n <= m);
Expand Down

0 comments on commit 9fd78d3

Please sign in to comment.