artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891dfed
)
Fix having hostnames in the listen on statement. Regression introduced in
author
martijn
<martijn@openbsd.org>
Sun, 2 May 2021 14:39:05 +0000
(14:39 +0000)
committer
martijn
<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
patch
|
blob
|
history
diff --git
a/usr.sbin/ldapd/parse.y
b/usr.sbin/ldapd/parse.y
index
500ecc5
..
54b7a31
100644
(file)
--- a/
usr.sbin/ldapd/parse.y
+++ b/
usr.sbin/ldapd/parse.y
@@
-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