Browse Source

[4058] typo

Francis Dupont 9 years ago
parent
commit
599964bb87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/dhcp4_srv.cc

+ 1 - 1
src/bin/dhcp4/dhcp4_srv.cc

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