mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 15:10:29 +01:00
dhcp/trivial: remove code comment
dcbw added a comment line and submitted the patch to systemd. The patch was merged without the comment. Remove it also from our version, to make the file more similar to what systemd has.
This commit is contained in:
parent
7afb63ca34
commit
d568e539a6
1 changed files with 0 additions and 2 deletions
|
|
@ -415,8 +415,6 @@ static int client_message_init(sd_dhcp_client *client, DHCPPacket **ret,
|
|||
assert(_optoffset);
|
||||
assert(type == DHCP_DISCOVER || type == DHCP_REQUEST);
|
||||
|
||||
/* See RFC2131 section 4.4.1 */
|
||||
|
||||
optlen = DHCP_MIN_OPTIONS_SIZE;
|
||||
size = sizeof(DHCPPacket) + optlen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue