artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9334352
)
Change fatal() to fatalx() since the errno has no meaning here.
author
claudio
<claudio@openbsd.org>
Wed, 1 Mar 2023 08:17:53 +0000
(08:17 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 1 Mar 2023 08:17:53 +0000
(08:17 +0000)
OK tb@
usr.sbin/ldapd/ldape.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ldapd/ldape.c
b/usr.sbin/ldapd/ldape.c
index
a7882f4
..
be3a81a
100644
(file)
--- a/
usr.sbin/ldapd/ldape.c
+++ b/
usr.sbin/ldapd/ldape.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldape.c,v 1.3
6 2021/12/19 12:19:31
claudio Exp $ */
+/* $OpenBSD: ldape.c,v 1.3
7 2023/03/01 08:17:53
claudio Exp $ */
/*
* Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se>
@@
-433,7
+433,7
@@
ldape(int debug, int verbose, char *csockpath)
if (tls_configure(l->tls, l->ssl->config)) {
log_warnx("ldape: %s", tls_error(l->tls));
- fatal("ldape: couldn't configure tls");
+ fatal
x
("ldape: couldn't configure tls");
}
}
}