diff options
author | Marcin Siodelski <marcin@isc.org> | 2014-09-15 18:19:54 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2014-09-15 18:19:54 +0200 |
commit | b4c686447f998057653a22f4df8d55a23496f23a (patch) | |
tree | 2b8685b4f66b54e37d29492f20b1ab05b3584860 /src/lib/dhcpsrv | |
parent | [3534] Addressed review comments. (diff) | |
download | kea-b4c686447f998057653a22f4df8d55a23496f23a.tar.xz kea-b4c686447f998057653a22f4df8d55a23496f23a.zip |
[3534] Minor correction to the dev guide as a result of a review.
Diffstat (limited to 'src/lib/dhcpsrv')
-rw-r--r-- | src/lib/dhcpsrv/libdhcpsrv.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/libdhcpsrv.dox b/src/lib/dhcpsrv/libdhcpsrv.dox index c55788fc8a..4970f5e80b 100644 --- a/src/lib/dhcpsrv/libdhcpsrv.dox +++ b/src/lib/dhcpsrv/libdhcpsrv.dox @@ -52,7 +52,7 @@ is created. The staging configuration is held at the tip of the list of configurations. The object can be accessed by calling the \ref isc::dhcp::CfgMgr::getStagingCfg. This object can be accessed from different stages of the configuration parsing and modified as needed. -Modifications of to the staging configuration do not affect the current +Modifications of the staging configuration do not affect the current configuration. The staging configuration is unused until the \ref isc::dhcp::CfgMgr::commit function is called. This exception safe method marks the staging object as "current configuration". The const pointer to the |