diff options
Diffstat (limited to 'usr.sbin/smtpd/lka.c')
-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); |