diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:32:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:32:46 +0000 |
commit | 1a2d5a72c73be90c51548512969b93563e2c941d (patch) | |
tree | 8d3c3edbcee9e1f0d3ed5d4bc01c6fda6d0d1031 /libexec/spamd/spamd.c | |
parent | 3eaff1b1af94c3253f46fd4dee5afd79982c557c (diff) |
spacing
Diffstat (limited to 'libexec/spamd/spamd.c')
-rw-r--r-- | libexec/spamd/spamd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index d55b3feecae..7697186b396 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.69 2004/07/04 22:45:41 deraadt Exp $ */ +/* $OpenBSD: spamd.c,v 1.70 2004/08/08 19:32:45 deraadt Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -972,7 +972,7 @@ main(int argc, char *argv[]) break; } } - + if (!greylist) maxblack = maxcon; else if (maxblack > maxcon) @@ -1056,7 +1056,7 @@ main(int argc, char *argv[]) } jail_pid = fork(); switch(jail_pid) { - case -1: + case -1: syslog(LOG_ERR, "fork (%m)"); exit(1); case 0: |