diff --git a/repos/os/src/server/nic_router/dhcp_client.cc b/repos/os/src/server/nic_router/dhcp_client.cc index 4880e12a49..1341bcfc56 100644 --- a/repos/os/src/server/nic_router/dhcp_client.cc +++ b/repos/os/src/server/nic_router/dhcp_client.cc @@ -37,6 +37,7 @@ void append_param_req_list(Dhcp_options &dhcp_opts) data.append_param_req(); data.append_param_req(); data.append_param_req(); + data.append_param_req(); data.append_param_req(); data.append_param_req(); });