summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2009-11-10 00:42:55 +0000
committergilles <gilles@openbsd.org>2009-11-10 00:42:55 +0000
commit1d9d0e7461037dd7b38ca53603d61ac6247faf3d (patch)
tree078ca3cb434fb242820c7d60a4b97175f899d1d9
parentmore cleanup, let lka_resolve_path() request forward files and populate (diff)
downloadwireguard-openbsd-1d9d0e7461037dd7b38ca53603d61ac6247faf3d.tar.xz
wireguard-openbsd-1d9d0e7461037dd7b38ca53603d61ac6247faf3d.zip
pfff remove a comment i pasted to help me refactor code ;-)
-rw-r--r--usr.sbin/smtpd/lka.c11
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: