aboutsummaryrefslogtreecommitdiffstats
path: root/ipv4ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipv4ll.c')
-rw-r--r--ipv4ll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipv4ll.c b/ipv4ll.c
index 4336540..622abb7 100644
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2008 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2011 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
@@ -131,7 +131,7 @@ handle_ipv4ll_failure(void *arg)
syslog(LOG_DEBUG,
"%s: IPv4LL %d second defence failed",
iface->name, DEFEND_INTERVAL);
- drop_config(iface, "EXPIRE");
+ drop_dhcp(iface, "EXPIRE");
iface->state->conflicts = -1;
} else {
syslog(LOG_DEBUG, "%s: defended IPv4LL address",