mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Warnings.
This commit is contained in:
parent
150fdb8710
commit
983b12b676
@ -255,7 +255,7 @@ ICryptKeyCallback* CryptKeyHolder::keyHandle(CheckStatusWrapper* status, const c
|
||||
|
||||
char kn[40];
|
||||
strcpy(kn, "Key");
|
||||
strncat(kn, keyName, sizeof(kn));
|
||||
strncat(kn, keyName, sizeof(kn) - 3 - 1);
|
||||
kn[sizeof(kn) - 1] = 0;
|
||||
|
||||
IConfigEntry* confEntry = getEntry(status, kn);
|
||||
|
@ -257,7 +257,7 @@ isc_svc_handle attachRemoteServiceManager(ISC_STATUS* status,
|
||||
if (status[1] == 0)
|
||||
return svc_handle;
|
||||
if (status[1] != isc_network_error)
|
||||
return NULL;
|
||||
return 0;
|
||||
|
||||
fb_utils::init_status(status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user