From: Roy Marples Date: Mon, 3 Mar 2014 19:57:24 +0000 (+0000) Subject: options is long long..... X-Git-Tag: v6.3.2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb6c2e0e7a5baf6237469c8ba45ac151cd2bc85;p=thirdparty%2Fdhcpcd.git options is long long..... --- diff --git a/dhcp6.c b/dhcp6.c index 6fe54a24..7bff0b7b 100644 --- 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