Fix having hostnames in the listen on statement. Regression introduced in
authormartijn <martijn@openbsd.org>
Sun, 2 May 2021 14:39:05 +0000 (14:39 +0000)
committermartijn <martijn@openbsd.org>
Sun, 2 May 2021 14:39:05 +0000 (14:39 +0000)
r1.39. Issue originally reported by Anton Kasimov via rob@.

OK claudio@

usr.sbin/ldapd/parse.y

index 500ecc5..54b7a31 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.39 2021/01/09 14:51:45 rob Exp $ */
+/*     $OpenBSD: parse.y,v 1.40 2021/05/02 14:39:05 martijn Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 Martin Hedenfalk <martinh@openbsd.org>
@@ -1066,7 +1066,7 @@ host_dns(const char *s, const char *cert,
                TAILQ_INSERT_HEAD(al, h, entry);
        }
        freeaddrinfo(res0);
-       return 0;
+       return 1;
 }
 
 int