]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1074] minor changes
authorRazvan Becheriu <razvan@isc.org>
Tue, 21 Jan 2020 09:41:18 +0000 (11:41 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 5 Feb 2020 21:00:32 +0000 (23:00 +0200)
src/lib/dhcpsrv/pgsql_host_data_source.cc
src/lib/dhcpsrv/pgsql_host_data_source.h

index 2d5a3381575e2c4bc477f2ad7f5c33ccb1607113..d0d069a2d254bcd41bdafd218fd3b8e80a0a8e2e 100644 (file)
@@ -2059,7 +2059,6 @@ PgSqlHostDataSourceImpl::createContext() const {
     if (!ctx->is_readonly_) {
         ctx->conn_.prepareStatements(tagged_statements.begin() + WRITE_STMTS_BEGIN,
                                      tagged_statements.end());
-
     } else {
         LOG_INFO(dhcpsrv_logger, DHCPSRV_PGSQL_HOST_DB_READONLY);
     }
index 42c211789aa1de8a5e08a2c38538374c02c4bc3c..49994b442c58f943358ad85c0170223b4f616f11 100644 (file)
@@ -381,7 +381,7 @@ public:
     ///         integers. "first" is the major version number, "second" the
     ///         minor number.
     ///
-    /// @throw isc::dhcp::DbOperationError An operation on the open database
+    /// @throw isc::db::DbOperationError An operation on the open database
     ///        has failed.
     virtual std::pair<uint32_t, uint32_t> getVersion() const;