Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Sun, 5 Oct 2008 21:34:58 +0000 (14:34 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 5 Oct 2008 21:34:58 +0000 (14:34 -0700)
source/utils/net_dns.c

index 46f38d42f66012d61d24e23c90c22da3f2c35989..4e617a196888c277fca2adc65fa3780e0bff029a 100644 (file)
@@ -145,7 +145,6 @@ error:
 int get_my_ip_address( struct sockaddr_storage **pp_ss )
 
 {
-       struct iface_struct nics[MAX_INTERFACES];
        int i, n;
        struct sockaddr_storage *list = NULL;
        int count = 0;