mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
test-dhcp-client: remove pointless initializer, wrongly committed earlier
This commit is contained in:
parent
0ce91e4e3b
commit
f937d3d662
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user