summaryrefslogtreecommitdiff
path: root/libexec/spamd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 00:33:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 00:33:57 +0000
commit8cf23f670ca22b0fdfb65469fcd8c8202d9545a7 (patch)
tree51f33090408b2d47068298ccb688963dd41326d7 /libexec/spamd
parent4f26ef1676ce7869245e2547e09ded62de1c5f1b (diff)
spaces
Diffstat (limited to 'libexec/spamd')
-rw-r--r--libexec/spamd/grey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/grey.c b/libexec/spamd/grey.c
index 85987b8eeb3..4eadb77f092 100644
--- a/libexec/spamd/grey.c
+++ b/libexec/spamd/grey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grey.c,v 1.8 2004/03/05 00:31:05 beck Exp $ */
+/* $OpenBSD: grey.c,v 1.9 2004/03/10 00:33:56 deraadt Exp $ */
/*
* Copyright (c) 2004 Bob Beck. All rights reserved.
@@ -113,7 +113,7 @@ configure_pf(char **addrs, int count)
return(0);
}
-void
+void
freewhiteaddr(void)
{
int i;
@@ -423,7 +423,7 @@ greywatcher(void)
/* if we are dropping privs, chown to that user */
if (pw && (fchown(i, pw->pw_uid, pw->pw_gid) == -1))
err(1, "can't chown %s", PATH_SPAMD_DB);
- }
+ }
if (i != -1)
close(i);