summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-02 12:31:31 +0100
committerThomas Haller <thaller@redhat.com>2015-03-03 11:13:50 +0100
commitd568e539a672e808fe4601e79b92925660edbac6 (patch)
treec332ddbb5c4200ab9a4a1f3739c3741b38ec0e06
parent7afb63ca34e0f88ab9a19d4c1d77265a7949e0e7 (diff)
downloadNetworkManager-d568e539a672e808fe4601e79b92925660edbac6.tar.gz
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.
-rw-r--r--src/dhcp-manager/systemd-dhcp/src/libsystemd-network/sd-dhcp-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dhcp-manager/systemd-dhcp/src/libsystemd-network/sd-dhcp-client.c b/src/dhcp-manager/systemd-dhcp/src/libsystemd-network/sd-dhcp-client.c
index a5d1539051..4a2792cca7 100644
--- a/src/dhcp-manager/systemd-dhcp/src/libsystemd-network/sd-dhcp-client.c
+++ b/src/dhcp-manager/systemd-dhcp/src/libsystemd-network/sd-dhcp-client.c
@@ -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;