test-dhcp-client: remove pointless initializer, wrongly committed earlier

This commit is contained in:
Kay Sievers 2014-03-12 01:25:05 +01:00
parent 0ce91e4e3b
commit f937d3d662
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ int dhcp_network_send_raw_socket(int s, const union sockaddr_union *link,
const void *packet, size_t len)
{
size_t size;
_cleanup_free_ DHCPPacket *discover = NULL;
_cleanup_free_ DHCPPacket *discover;
uint16_t ip_check, udp_check;
assert_se(s >= 0);