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:
parent
5eea52ad61
commit
4bbcd14a8c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user