fix setting the connection name
This commit is contained in:
parent
ff1fbed177
commit
12f4314d2a
|
|
@ -233,7 +233,7 @@ public:
|
||||||
// on unix-like systems I know how to retrieve application and platform info
|
// on unix-like systems I know how to retrieve application and platform info
|
||||||
if (!properties.contains("product")) properties["product"] = ProgramName();
|
if (!properties.contains("product")) properties["product"] = ProgramName();
|
||||||
if (!properties.contains("platform")) properties["platform"] = PlatformName();
|
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
|
#endif
|
||||||
|
|
||||||
// send back a connection start ok frame
|
// send back a connection start ok frame
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue