artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da55bd5
)
SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linked
author
gilles
<gilles@openbsd.org>
Wed, 14 Oct 2015 21:30:40 +0000
(21:30 +0000)
committer
gilles
<gilles@openbsd.org>
Wed, 14 Oct 2015 21:30:40 +0000
(21:30 +0000)
usr.sbin/smtpd/queue_api.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/queue_api.c
b/usr.sbin/smtpd/queue_api.c
index
14d87f7
..
d66bc14
100644
(file)
--- a/
usr.sbin/smtpd/queue_api.c
+++ b/
usr.sbin/smtpd/queue_api.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: queue_api.c,v 1.
7 2015/01/20 17:37:54 deraadt Exp $
*/
+/* $OpenBSD: queue_api.c,v 1.
8 2015/10/14 21:30:40 gilles Exp $
*/
/*
* Copyright (c) 2013 Eric Faurot <eric@openbsd.org>
@@
-111,7
+111,7
@@
queue_msg_dispatch(void)
uint64_t evpid;
uint32_t msgid, version;
size_t n, m;
- char buffer[8192], path[
SMTPD_MAXPATHLEN
];
+ char buffer[8192], path[
PATH_MAX
];
int r, fd;
FILE *ifile, *ofile;