|
@@ -1054,7 +1054,6 @@ static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *i
|
|
|
unsigned long regen_advance;
|
|
|
int tmp_plen;
|
|
|
int ret = 0;
|
|
|
- int max_addresses;
|
|
|
u32 addr_flags;
|
|
|
unsigned long now = jiffies;
|
|
|
|
|
@@ -1100,7 +1099,6 @@ retry:
|
|
|
idev->cnf.temp_prefered_lft + age -
|
|
|
idev->cnf.max_desync_factor);
|
|
|
tmp_plen = ifp->prefix_len;
|
|
|
- max_addresses = idev->cnf.max_addresses;
|
|
|
tmp_tstamp = ifp->tstamp;
|
|
|
spin_unlock_bh(&ifp->lock);
|
|
|
|