diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-11-10 00:42:56 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-11-10 00:42:56 +0000 |
commit | 9128adabb1ef131ff2acf31f78640693751ea4d2 (patch) | |
tree | 7188c646eb1a35f4ae6d750ef066d921821cd1d9 /usr.sbin | |
parent | bdb978553284999b6b0fa482b983ef51e120233f (diff) |
pfff remove a comment i pasted to help me refactor code ;-)
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: |