- Added XCLIENT support. - Drop XCLIENT commands coming in from clients for security. - Added big scary warnings to the sample scripts about escaping variables.
13 lines
555 B
Text
13 lines
555 B
Text
$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)
|