diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-04 22:45:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-04 22:45:42 +0000 |
commit | 1482730104e87dde8838a5d7ab2d0be64332e49f (patch) | |
tree | a2d5c8d3097df73e571db6da432ab368523cc026 /libexec/spamd/spamd.c | |
parent | a0cf2f8e3007b129cf1007b781578a1d67a1ea6d (diff) |
typo; andrushock@korovino.net
Diffstat (limited to 'libexec/spamd/spamd.c')
-rw-r--r-- | libexec/spamd/spamd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index f5cd05558b6..d55b3feecae 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.68 2004/06/29 11:19:06 mickey Exp $ */ +/* $OpenBSD: spamd.c,v 1.69 2004/07/04 22:45:41 deraadt Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -1121,7 +1121,7 @@ jail: free(fdsr); fdsr = NULL; free(fdsw); - fdsr = NULL; + fdsw = NULL; fdsr = (fd_set *)calloc(howmany(max+1, NFDBITS), sizeof(fd_mask)); if (fdsr == NULL) |