]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundent assignment to silence clang
authorMark Andrews <marka@isc.org>
Wed, 27 Jul 2011 07:25:23 +0000 (07:25 +0000)
committerMark Andrews <marka@isc.org>
Wed, 27 Jul 2011 07:25:23 +0000 (07:25 +0000)
lib/bind/resolv/res_send.c

index 5154fe2720e27f8667632cd99fb287abe2b66fb3..46cb3ef0dcf1bc70e168597170336966fda53fcf 100644 (file)
@@ -70,7 +70,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static const char sccsid[] = "@(#)res_send.c   8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_send.c,v 1.9.18.10 2008/01/27 02:06:26 marka Exp $";
+static const char rcsid[] = "$Id: res_send.c,v 1.9.18.11 2011/07/27 07:25:23 marka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 /*! \file
@@ -1029,8 +1029,6 @@ Aerror(const res_state statp, FILE *file, const char *string, int error,
        char hbuf[NI_MAXHOST];
        char sbuf[NI_MAXSERV];
 
-       alen = alen;
-
        if ((statp->options & RES_DEBUG) != 0U) {
                if (getnameinfo(address, alen, hbuf, sizeof(hbuf),
                    sbuf, sizeof(sbuf), niflags)) {