commit | 5354a59a3f6e717194692571d3c928791916f29a | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Feb 20 03:14:00 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Feb 20 03:14:00 2015 +0000 |
tree | 0cbcf17e3fef6deaf6c1e04ab432e516b7be268d | |
parent | e6e47c94c7ef562b73266a2818f1821f6f182b44 [diff] | |
parent | 6ea37346ad20ac623312051b293bf5656e8072f6 [diff] |
am 6ea37346: Remove unused variables. * commit '6ea37346ad20ac623312051b293bf5656e8072f6': Remove unused variables.
diff --git a/setif.c b/setif.c index 359ed24..07f5bac 100644 --- a/setif.c +++ b/setif.c
@@ -159,7 +159,7 @@ * ifname - name of interface to add the address to */ int add_anycast_address(int sock, struct in6_addr *addr, const char *ifname) { - int ifindex, s, ret; + int ifindex; ifindex = if_nametoindex(ifname); if (!ifindex) {