summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dhcpv6-ia.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c
index e94dc38..1c94a65 100644
--- a/src/dhcpv6-ia.c
+++ b/src/dhcpv6-ia.c
@@ -1011,9 +1011,6 @@ static void dhcpv6_log(uint8_t msgtype, struct interface *iface, time_t now,
const char *type = "UNKNOWN";
const char *status = "UNKNOWN";
- if (msgtype == DHCPV6_MSG_RENEW)
- return;
-
switch (msgtype) {
case DHCPV6_MSG_SOLICIT:
type = "SOLICIT";