]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Remove unreachable return statement
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 5 May 2022 09:18:49 +0000 (21:18 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 10 May 2022 05:19:34 +0000 (05:19 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/dns_hub.py

index e21544ae32202b6ab6bd2ea95efed5a2aeb5d54b..993c56e2f63f0a946dbb585261ab1b430a657fcf 100755 (executable)
@@ -80,7 +80,6 @@ class DnsHandler(sserver.BaseRequestHandler):
         finally:
             if s is not None:
                 s.close()
-        return None
 
     def get_pdc_ipv4_addr(self, lookup_name):
         """Maps a DNS realm to the IPv4 address of the PDC for that testenv"""