summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libsystemd-network/sd-dhcp6-client.c2
-rw-r--r--src/shared/util.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/libsystemd-network/sd-dhcp6-client.c b/src/libsystemd-network/sd-dhcp6-client.c
index c6c82eb34..f69c0ed8a 100644
--- a/src/libsystemd-network/sd-dhcp6-client.c
+++ b/src/libsystemd-network/sd-dhcp6-client.c
@@ -707,7 +707,7 @@ static int client_receive_reply(sd_dhcp6_client *client, DHCP6Message *reply,
}
if (client->lease)
- dhcp6_lease_clear_timers(&client->lease->ia);
+ dhcp6_lease_clear_timers(&client->lease->ia);
client->lease = sd_dhcp6_lease_unref(client->lease);
client->lease = lease;
diff --git a/src/shared/util.c b/src/shared/util.c
index 2bb3b5ef1..85a570a2a 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -3942,7 +3942,6 @@ void execute_directory(const char *directory, DIR *d, usec_t timeout, char *argv
_exit(EXIT_FAILURE);
}
-
log_debug("Spawned %s as " PID_FMT ".", path, pid);
r = hashmap_put(pids, UINT_TO_PTR(pid), path);