aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/queue_fs.c
diff options
context:
space:
mode:
authorJoerg Jung <mail@umaxx.net>2015-12-30 11:40:48 +0100
committerJoerg Jung <mail@umaxx.net>2015-12-30 11:40:48 +0100
commit35a7ca530d54803db9247492122a543b0c164e1a (patch)
tree87245d7f6f6c84f6fa400d5f026ad42f2214cf05 /smtpd/queue_fs.c
parentBring back lost commmit 5a0201bef8d1b41470c5e60d2038677192b30705 (diff)
downloadOpenSMTPD-35a7ca530d54803db9247492122a543b0c164e1a.tar.xz
OpenSMTPD-35a7ca530d54803db9247492122a543b0c164e1a.zip
break long line
Diffstat (limited to 'smtpd/queue_fs.c')
-rw-r--r--smtpd/queue_fs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/queue_fs.c b/smtpd/queue_fs.c
index c8208dda..28cd527c 100644
--- a/smtpd/queue_fs.c
+++ b/smtpd/queue_fs.c
@@ -430,7 +430,8 @@ queue_fs_message_walk(uint64_t *evpid, char *buf, size_t len,
continue;
/* ignore files other than envelopes */
- if (strlen(dp->d_name) != 16 || strncmp(dp->d_name, msgid_str, 8))
+ if (strlen(dp->d_name) != 16 ||
+ strncmp(dp->d_name, msgid_str, 8))
continue;
tmp = NULL;