diff options
Diffstat (limited to 'usr.sbin/smtpd/forward.c')
-rw-r--r-- | usr.sbin/smtpd/forward.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/forward.c b/usr.sbin/smtpd/forward.c index bbda8e4dd40..f67d2c84680 100644 --- a/usr.sbin/smtpd/forward.c +++ b/usr.sbin/smtpd/forward.c @@ -1,4 +1,4 @@ -/* $OpenBSD: forward.c,v 1.36 2015/01/20 17:37:54 deraadt Exp $ */ +/* $OpenBSD: forward.c,v 1.37 2015/10/14 21:04:37 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -84,7 +84,7 @@ forwards_get(int fd, struct expand *expand) } free(line); } - + ret = expand->nb_nodes > save ? 1 : 0; end: |