Skip to content

Commit

Permalink
{auto} implemented connection_name property
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Jun 21, 2023
1 parent 5c929ee commit d87343a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectionstartframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class ConnectionStartFrame : public ConnectionFrame
// on unix-like systems I know how to retrieve application and platform info
if (!properties.contains("product")) properties["product"] = ProgramName();
if (!properties.contains("platform")) properties["platform"] = PlatformName();
if (!properties.contains("connection_name")) properties["product"] = ProgramName();
#endif

// send back a connection start ok frame
Expand Down

0 comments on commit d87343a

Please sign in to comment.