1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

loopback-setup: remove stray hunk

This commit is contained in:
Tom Gundersen 2013-12-16 19:31:50 +01:00
parent bf1bc67015
commit 2a700de472

View File

@ -97,10 +97,6 @@ static int start_interface(sd_rtnl *rtnl, int if_loopback, struct in_addr *ipv4_
if (r < 0)
return r;
r = sd_rtnl_message_append_in_addr(req, IFA_LOCAL, ipv4_address);
if (r < 0)
return r;
r = sd_rtnl_call_async(rtnl, req, &pipe_handler, counter, 0, NULL);
if (r < 0)
return r;