2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

replace special apostrophe with ascii apostrophe

This commit is contained in:
Jeremy C. Reed
2015-03-02 10:42:40 -06:00
parent adb95d2331
commit ebb1d91e55

View File

@@ -209,7 +209,7 @@ by Eric Young (eay@cryptsoft.com).
- Added the server-id-check parameter to the server configuration.
This parameter allows run-time control over whether or not a server,
participating in failover, verifies the dhcp-server-identifier option in
DHCP REQUESTs against the servers id before processing the request.
DHCP REQUESTs against the server's id before processing the request.
Formerly, enabling this behavior was done at compilation time through
the use of the #define, SERVER_ID_CHECK, which has been removed from site.h
The functionality is now only available through the new runtime parameter.