8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed the problem I inserted in a review.

This commit is contained in:
asfernandes 2016-02-17 01:36:29 +00:00
parent 5eea52ad61
commit 4bbcd14a8c

View File

@ -482,7 +482,8 @@ bool SHOW_dbb_parameters(Firebird::IAttachment* db_handle,
{
sprintf(info, "DB %sencrypted%s%s",
(value_out & fb_info_crypt_encrypted ? "" : "not "),
(value_out & fb_info_crypt_process ? ", crypt thread not complete" : "", separator));
(value_out & fb_info_crypt_process ? ", crypt thread not complete" : ""),
separator);
}
break;