about summary refs log tree commit diff stats
path: root/tldlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tldlist.c')
-rw-r--r--tldlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tldlist.c b/tldlist.c
index b29e955..4b6ea93 100644
--- a/tldlist.c
+++ b/tldlist.c
@@ -435,7 +435,7 @@ tld_get_suffix(const char *domain)
 	 */
 	if (!suffix) {
 		saveptr = NULL;
-		lbl = strrchr2(domain, &saveptr, '.');
+		strrchr2(domain, &saveptr, '.');
 		lbl = strrchr2(domain, &saveptr, '.');
 		suffix = lbl;
 	}