]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4058] typo
authorFrancis Dupont <fdupont@isc.org>
Tue, 13 Oct 2015 15:23:33 +0000 (17:23 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 13 Oct 2015 15:23:33 +0000 (17:23 +0200)
src/bin/dhcp4/dhcp4_srv.cc

index 4674984d225c5b1112f494cadd489cf44b1775e9..8547fe85dc800d216b70caa0933f7bc97ec805c2 100644 (file)
@@ -164,7 +164,7 @@ Dhcpv4Exchange::initResponse() {
     if (resp_type > 0) {
         resp_.reset(new Pkt4(resp_type, getQuery()->getTransid()));
         copyDefaultFields();
-        copyDefaultOptionss();
+        copyDefaultOptions();
     }
 }