Skip to content

Commit

Permalink
Removed duplcate line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiskanen committed Oct 17, 2018
1 parent b906861 commit 1472b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/DHCPv6_client/dhcpv6_client_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ int dhcp_solicit_resp_cb(uint16_t instance_id, void *ptr, uint8_t msg_name, uin
srv_data_ptr->iaNontemporalAddress.validLifetime = dhcp_ia_non_temporal_params.validLifeTime;
memcpy(srv_data_ptr->serverLinkId, serverId.linkID, 8);
srv_data_ptr->serverLinkType = serverId.linkType;
srv_data_ptr->serverLinkType = serverId.linkType;
srv_data_ptr->T0 = dhcp_ia_non_temporal_params.T0;
srv_data_ptr->T1 = dhcp_ia_non_temporal_params.T1;
srv_data_ptr->iaNonTemporalStructValid = true;
Expand Down

0 comments on commit 1472b02

Please sign in to comment.