8
0
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:
Vlad Khorsun 2023-10-30 14:14:26 +02:00
parent 3d5bbd7312
commit 5f9d3228d2

View File

@ -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)
{