]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundant assignment
authorMark Andrews <marka@isc.org>
Wed, 13 Feb 2019 05:22:01 +0000 (16:22 +1100)
committerMark Andrews <marka@isc.org>
Mon, 18 Feb 2019 23:26:00 +0000 (10:26 +1100)
(cherry picked from commit f475dc75b1e2d3745e3c5d056339330b4a274aa9)

lib/dns/gssapictx.c

index 8bd99af343c03ed47d335e93b7b0e59b4e2512bc..e21c7de21e03e24f21152114e60f8c44e395a3cc 100644 (file)
@@ -481,7 +481,6 @@ dst_gssapi_identitymatchesrealmms(const dns_name_t *signer,
         */
        rname++;
        *sname = '\0';
-       sname = sbuf;
 
        if (strcmp(rname, rbuf) != 0) {
                return (false);