diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/loopback-setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/loopback-setup.c b/src/core/loopback-setup.c index a1b3847704..d3669e9e32 100644 --- a/src/core/loopback-setup.c +++ b/src/core/loopback-setup.c @@ -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; |