diff options
| author | Roy Marples <roy@marples.name> | 2012-11-14 10:46:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2012-11-14 10:46:38 +0000 |
| commit | e4e8b81dccb7bb38898de5106f1b0e86fe4c7046 (patch) | |
| tree | c3c0b3b8a5d63d5e8a4ffee22e015af3fb85463f | |
| parent | 6c32fda9fa9b7ac3f160843aad5d0a539d8383e5 (diff) | |
| download | dhcpcd-e4e8b81dccb7bb38898de5106f1b0e86fe4c7046.tar.xz | |
Fix compile
| -rw-r--r-- | ipv6rs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1049,7 +1049,7 @@ ipv6rs_drop(struct interface *ifp) int expired = 0; TAILQ_HEAD(, ipv6_addr) addrs; - eloop_timeout_delete(NULL, ifp); + delete_timeout(NULL, ifp); /* We need to drop routes before addresses * We do this by moving addresses to a local list, then building * the routes and finally adding the addresses back to a RA before |
