mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Removed not needed conversion, as noted by @aafemt
This commit is contained in:
parent
3d5bbd7312
commit
5f9d3228d2
@ -4670,7 +4670,7 @@ dsc* evlGetContext(thread_db* tdbb, const SysFunction*, const NestValueArray& ar
|
||||
if (attachment->att_client_version.isEmpty())
|
||||
return NULL;
|
||||
|
||||
resultStr = attachment->att_client_version.ToString();
|
||||
resultStr = attachment->att_client_version;
|
||||
}
|
||||
else if (nameStr == CURRENT_USER_NAME)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user