diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/lka.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c index 94e9be657ad..72abc3c3598 100644 --- a/usr.sbin/smtpd/lka.c +++ b/usr.sbin/smtpd/lka.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lka.c,v 1.88 2009/11/10 00:36:29 gilles Exp $ */ +/* $OpenBSD: lka.c,v 1.89 2009/11/10 00:42:55 gilles Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -961,15 +961,6 @@ lka_resolve_path(struct smtpd *env, struct lkasession *lkasession, struct path * return 1; } - /* - else if (path->flags & F_PATH_VIRTUAL) { - if (! aliases_virtual_get(env, ss->u.path.cond->c_map, - &lkasession->expandtree, &ss->u.path)) - err = 1; - } - */ - - switch (path->cond->c_type) { case C_ALL: case C_NET: |