artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff73a5
)
whitespace
author
gilles
<gilles@openbsd.org>
Wed, 14 Oct 2015 21:04:37 +0000
(21:04 +0000)
committer
gilles
<gilles@openbsd.org>
Wed, 14 Oct 2015 21:04:37 +0000
(21:04 +0000)
usr.sbin/smtpd/forward.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/forward.c
b/usr.sbin/smtpd/forward.c
index
bbda8e4
..
f67d2c8
100644
(file)
--- a/
usr.sbin/smtpd/forward.c
+++ b/
usr.sbin/smtpd/forward.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: forward.c,v 1.3
6 2015/01/20 17:37:54 deraadt Exp $
*/
+/* $OpenBSD: forward.c,v 1.3
7 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: