]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
options is long long.....
authorRoy Marples <roy@marples.name>
Mon, 3 Mar 2014 19:57:24 +0000 (19:57 +0000)
committerRoy Marples <roy@marples.name>
Mon, 3 Mar 2014 19:57:24 +0000 (19:57 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index 6fe54a246fa5aad9c6322a7c64b1f48d8a5c8f12..7bff0b7b84402fc12fa145e0811cfb8345b9169a 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -2634,7 +2634,7 @@ dhcp6_freedrop(struct interface *ifp, int drop, const char *reason)
 {
        struct dhcp6_state *state;
        struct dhcpcd_ctx *ctx;
-       int options;
+       unsigned long long options;
 
        eloop_timeout_delete(ifp->ctx->eloop, NULL, ifp);
 
@@ -2642,6 +2642,7 @@ dhcp6_freedrop(struct interface *ifp, int drop, const char *reason)
                options = ifp->options->options;
        else
                options = 0;
+
        /*
         * As the interface is going away from dhcpcd we need to
         * remove the delegated addresses, otherwise we lose track