diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-05-04 18:34:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-05-04 18:34:06 +0000 |
commit | e34f09884a7068658966cd935b293f1aa9a270fe (patch) | |
tree | 34d98fafbab9818a6c780111ac5963c05a40eb32 /gnu/usr.sbin/sendmail/libmilter/worker.c | |
parent | 433bcb0f720364f69046d40cd22dca62aef4d2c0 (diff) |
Update to sendmail-8.14.3
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter/worker.c')
-rw-r--r-- | gnu/usr.sbin/sendmail/libmilter/worker.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/worker.c b/gnu/usr.sbin/sendmail/libmilter/worker.c index 7ae3f315919..3787598e941 100644 --- a/gnu/usr.sbin/sendmail/libmilter/worker.c +++ b/gnu/usr.sbin/sendmail/libmilter/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004, 2006 Sendmail, Inc. and its suppliers. + * Copyright (c) 2003-2004, 2007 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set @@ -11,7 +11,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: worker.c,v 8.9 2006/12/18 18:26:51 ca Exp $") +SM_RCSID("@(#)$Sendmail: worker.c,v 8.10 2007/12/03 22:06:05 ca Exp $") #include "libmilter.h" @@ -263,8 +263,6 @@ mi_pool_controller_init() return MI_FAILURE; } - POOL_LEV_DPRINTF(4, ("PIPE r=[%d] w=[%d]", RD_PIPE, WR_PIPE)); - (void) smutex_init(&Tskmgr.tm_w_mutex); (void) scond_init(&Tskmgr.tm_w_cond); |