diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter/handler.c')
-rw-r--r-- | gnu/usr.sbin/sendmail/libmilter/handler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/handler.c b/gnu/usr.sbin/sendmail/libmilter/handler.c index ba3c5f1211b..edb666603d4 100644 --- a/gnu/usr.sbin/sendmail/libmilter/handler.c +++ b/gnu/usr.sbin/sendmail/libmilter/handler.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: handler.c,v 8.30 2002/04/29 15:06:48 ca Exp $") +SM_RCSID("@(#)$Sendmail: handler.c,v 8.30.2.2 2002/12/18 23:15:35 ca Exp $") #include "libmilter.h" @@ -35,8 +35,8 @@ mi_handle_session(ctx) ctx->ctx_id = (sthread_t) sthread_get_id(); /* - ** detach so resources are free when the thread returns - ** if we ever "wait" for threads, this call must be removed + ** Detach so resources are free when the thread returns. + ** If we ever "wait" for threads, this call must be removed. */ if (pthread_detach(ctx->ctx_id) != 0) |