sd-dhcp: drop unnecessary condition

This commit is contained in:
Yu Watanabe 2018-06-25 13:51:34 +09:00
parent 8838f46f93
commit 712fdfd609

View file

@ -1144,9 +1144,8 @@ static int client_receive_message(
return 0;
}
if (r >= 0)
log_dhcp6_client(client, "Recv %s",
dhcp6_message_type_to_string(message->type));
log_dhcp6_client(client, "Recv %s",
dhcp6_message_type_to_string(message->type));
return 0;
}