]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundent assignment
authorMark Andrews <marka@isc.org>
Wed, 4 Dec 2013 05:12:43 +0000 (16:12 +1100)
committerMark Andrews <marka@isc.org>
Wed, 4 Dec 2013 05:12:43 +0000 (16:12 +1100)
bin/named/server.c

index 5835768328b058ccb3587a313533d36ed74cf893..e88fb74d04e1f800a14b7d387a4fd9d796724b77 100644 (file)
@@ -9370,8 +9370,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
                        isc_time_formathttptimestamp(&resigntime, rtbuf,
                                                     sizeof(rtbuf));
                        dns_rdataset_disassociate(&next);
-               } else if (result == ISC_R_NOTFOUND)
-                       result = ISC_R_SUCCESS;
+               }
        }
 
        /* Create text */