diff options
Diffstat (limited to 'usr.sbin/smtpd/queue_fs.c')
-rw-r--r-- | usr.sbin/smtpd/queue_fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/queue_fs.c b/usr.sbin/smtpd/queue_fs.c index 7ebfb8be25f..cd1a3215b6b 100644 --- a/usr.sbin/smtpd/queue_fs.c +++ b/usr.sbin/smtpd/queue_fs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: queue_fs.c,v 1.11 2015/11/05 09:14:31 sunil Exp $ */ +/* $OpenBSD: queue_fs.c,v 1.12 2015/12/14 10:22:12 jung Exp $ */ /* * Copyright (c) 2011 Gilles Chehade <gilles@poolp.org> @@ -294,7 +294,7 @@ queue_fs_envelope_create(uint32_t msgid, const char *buf, size_t len, log_warnx("warn: queue-fs: msgid=0, evpid=%016"PRIx64, *evpid); goto done; } - + fsqueue_message_incoming_path(msgid, path, sizeof(path)); if (stat(path, &sb) == -1) queued = 1; |