diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-12 13:56:42 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-12 13:56:42 +0000 |
commit | fce051cab867e42e478290b49aea3e06bcb104ca (patch) | |
tree | c3bbd5711def21c4c4366b41baf03140139c67c7 /usr.sbin/smtpd | |
parent | 64164fda298492b4cab9883babd821cb49890486 (diff) |
remove empty line
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/lka.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c index b9e3cdf0d6a..df6da6bad6f 100644 --- a/usr.sbin/smtpd/lka.c +++ b/usr.sbin/smtpd/lka.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lka.c,v 1.185 2015/12/12 13:48:50 gilles Exp $ */ +/* $OpenBSD: lka.c,v 1.186 2015/12/12 13:56:41 gilles Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -241,7 +241,6 @@ lka_imsg(struct mproc *p, struct imsg *imsg) if (p->proc == PROC_PONY) { switch (imsg->hdr.type) { - case IMSG_MTA_LOOKUP_CREDENTIALS: m_msg(&m, imsg); m_get_id(&m, &reqid); |