diff options
Diffstat (limited to 'usr.sbin/smtpd/lka.c')
-rw-r--r-- | usr.sbin/smtpd/lka.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c index 508264b287b..3ea8d76a049 100644 --- a/usr.sbin/smtpd/lka.c +++ b/usr.sbin/smtpd/lka.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lka.c,v 1.96 2009/12/14 19:56:55 jacekm Exp $ */ +/* $OpenBSD: lka.c,v 1.97 2009/12/15 00:23:38 jacekm Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -1037,7 +1037,7 @@ lka_resolve_path(struct smtpd *env, struct lkasession *lkasession, struct path * path->flags |= F_PATH_VIRTUAL; if (! aliases_virtual_get(env, path->cond->c_map, &lkasession->expandtree, path)) - return 9; + return 0; return 1; } break; |