{auto} implemented connection_name property
This commit is contained in:
parent
5c929ee4e8
commit
d87343afbc
|
|
@ -233,6 +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();
|
||||
#endif
|
||||
|
||||
// send back a connection start ok frame
|
||||
|
|
|
|||
Loading…
Reference in New Issue