artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9b1a5
)
greyreader() shouldn't return, so tell us if it does
author
phessler
<phessler@openbsd.org>
Fri, 11 Jul 2008 01:40:50 +0000
(
01:40
+0000)
committer
phessler
<phessler@openbsd.org>
Fri, 11 Jul 2008 01:40:50 +0000
(
01:40
+0000)
ok beck@, reyk@
libexec/spamd/grey.c
patch
|
blob
|
history
diff --git
a/libexec/spamd/grey.c
b/libexec/spamd/grey.c
index
c23b4b6
..
f861b6f
100644
(file)
--- a/
libexec/spamd/grey.c
+++ b/
libexec/spamd/grey.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: grey.c,v 1.4
1 2007/11/03 19:16:07 beck Exp $
*/
+/* $OpenBSD: grey.c,v 1.4
2 2008/07/11 01:40:50 phessler Exp $
*/
/*
* Copyright (c) 2004-2006 Bob Beck. All rights reserved.
@@
-1190,6
+1190,7
@@
greywatcher(void)
close(pfdev);
setproctitle("(%s update)", PATH_SPAMD_DB);
greyreader();
+ syslog_r(LOG_ERR, &sdata, "greyreader failed (%m)");
/* NOTREACHED */
_exit(1);
}