diff options
author | Francis Dupont <fdupont@isc.org> | 2022-10-18 10:44:48 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-10-18 10:45:11 +0200 |
commit | ae52b3a07d4a9e66eb9622fb1a5e80c5b931b4fe (patch) | |
tree | 2c965fc4e86a5c06e250a6d0d32a8d810b97f06b /src/lib/dhcpsrv/database_backends.dox | |
parent | [#2566] Reworded the note in doc about backend not supporting host collections (diff) | |
download | kea-ae52b3a07d4a9e66eb9622fb1a5e80c5b931b4fe.tar.xz kea-ae52b3a07d4a9e66eb9622fb1a5e80c5b931b4fe.zip |
[#2566] Improved wording
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 54b0399d16..0cc54f0863 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -131,8 +131,8 @@ and RADIUS) must return an empty collection (so not contributing to the final result) from all methods returning collections. Of course the core code must not use these methods with these backends - but there are some callers outside the code, e.g. the host commands - hook library. + but there are some callers outside the server core code, e.g. the + host commands hook library. @subsection dhcpdb-caching Caching |