From 12f4314d2aaaf8a6c5a9f546d230ff79ccd0bbd0 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 24 Jun 2023 13:26:10 +0200 Subject: [PATCH] fix setting the connection name --- src/connectionstartframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectionstartframe.h b/src/connectionstartframe.h index 8d0e6c6..1fdb5cb 100644 --- a/src/connectionstartframe.h +++ b/src/connectionstartframe.h @@ -233,7 +233,7 @@ public: // 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(); + if (!properties.contains("connection_name")) properties["connection_name"] = ProgramName(); #endif // send back a connection start ok frame