From 0bf40a845309abe7bfc5c685ba87096a90ad3567 Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Wed, 11 Apr 2018 20:43:06 +0300 Subject: [PATCH] Comments --- src/jrd/CryptoManager.cpp | 2 +- src/remote/protocol.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jrd/CryptoManager.cpp b/src/jrd/CryptoManager.cpp index 25ee955f6a..ad88959653 100644 --- a/src/jrd/CryptoManager.cpp +++ b/src/jrd/CryptoManager.cpp @@ -1135,7 +1135,7 @@ namespace Jrd { } // Slow IO - we need exclusive lock on crypto manager. - // That may happen only when another process changed DB encyption. + // That may happen only when another process changed DB encryption. BarSync::LockGuard lockGuard(tdbb, sync); lockGuard.lock(); for (SINT64 previous = slowIO; ; previous = slowIO) diff --git a/src/remote/protocol.h b/src/remote/protocol.h index 0e6403aa5b..78fe694a8c 100644 --- a/src/remote/protocol.h +++ b/src/remote/protocol.h @@ -380,7 +380,7 @@ const UCHAR CNCT_specific_data = 7; // Some data, needed for user verification const UCHAR CNCT_plugin_name = 8; // Name of plugin, which generated that data const UCHAR CNCT_login = 9; // Same data as isc_dpb_user_name const UCHAR CNCT_plugin_list = 10; // List of plugins, available on client -const UCHAR CNCT_client_crypt = 11; // Client encyption level (DISABLED/ENABLED/REQUIRED) +const UCHAR CNCT_client_crypt = 11; // Client encryption level (DISABLED/ENABLED/REQUIRED) // Accept Block (Server response to connect block)