artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb10890
)
smtpd: fix indent
author
tb
<tb@openbsd.org>
Tue, 11 Jun 2024 16:30:06 +0000
(16:30 +0000)
committer
tb
<tb@openbsd.org>
Tue, 11 Jun 2024 16:30:06 +0000
(16:30 +0000)
ok op
usr.sbin/smtpd/lka.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/lka.c
b/usr.sbin/smtpd/lka.c
index
7ecf67d
..
6b08add
100644
(file)
--- a/
usr.sbin/smtpd/lka.c
+++ b/
usr.sbin/smtpd/lka.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: lka.c,v 1.2
49 2024/06/09 10:13:05 gilles Exp $
*/
+/* $OpenBSD: lka.c,v 1.2
50 2024/06/11 16:30:06 tb Exp $
*/
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@
-294,7
+294,7
@@
lka_imsg(struct mproc *p, struct imsg *imsg)
/* revoke proc & exec */
if (pledge("stdio rpath inet dns getpw recvfd sendfd",
-
NULL) == -1)
+ NULL) == -1)
fatal("pledge");
/* setup proc registering task */