Skip to content

Commit

Permalink
Merge branch 'main' into 2798-fixed-property-names
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Oct 15, 2024
2 parents 04da3e0 + c0c6106 commit f175285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/Ice/OutgoingResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace
OutgoingResponse makeOutgoingResponseCore(std::exception_ptr exc, const Current& current)
{
assert(exc);
OutputStream ostr{current.adapter->getCommunicator(), Ice::currentProtocolEncoding};
OutputStream ostr{Ice::currentProtocolEncoding};

if (current.requestId != 0)
{
Expand Down

0 comments on commit f175285

Please sign in to comment.