Skip to content

Commit

Permalink
Properties clone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Oct 28, 2024
1 parent 8a575a3 commit a50f850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/Ice/Properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Ice::Properties::Properties(const Properties& p)
{
lock_guard lock(p._mutex);
_properties = p._properties;
_servicePrefix = p._servicePrefix;
}

Ice::Properties::Properties(StringSeq& args, const PropertiesPtr& defaults)
Expand Down

0 comments on commit a50f850

Please sign in to comment.