summaryrefslogtreecommitdiff
path: root/dns/ipv6.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ipv6.py')
-rw-r--r--dns/ipv6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ipv6.py b/dns/ipv6.py
index 69db34a..1ab00da 100644
--- a/dns/ipv6.py
+++ b/dns/ipv6.py
@@ -72,7 +72,7 @@ def inet_ntoa(address):
if current_len > best_len:
best_start = start
best_len = current_len
- if best_len > 0:
+ if best_len > 1:
if best_start == 0 and \
(best_len == 6 or
best_len == 5 and chunks[5] == 'ffff'):