summaryrefslogtreecommitdiff
path: root/mail/proxsmtp/patches/patch-ab
blob: 58d01f60afbb2ed08bd4981e12bbbca38e06dd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2004/12/04 20:37:47 jlam Exp $

--- common/smtppass.c.orig	2004-12-01 14:09:52.000000000 -0500
+++ common/smtppass.c
@@ -591,7 +591,7 @@ static spctx_t* init_thread(int fd)
                 g_unique_id++;
         sp_unlock();    
             
-        sp_messagex(ctx, LOG_DEBUG, "processing %d on thread %x", fd, (int)pthread_self());
+        sp_messagex(ctx, LOG_DEBUG, "processing %d on thread %p", fd, pthread_self());
         
         /* Connect to the outgoing server ... */
         if(make_connections(ctx, fd) == -1)