diff options
Diffstat (limited to 'usr.sbin/smtpd/smtp.c')
-rw-r--r-- | usr.sbin/smtpd/smtp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c index ae6dc27d6fd..46f52f9da3b 100644 --- a/usr.sbin/smtpd/smtp.c +++ b/usr.sbin/smtpd/smtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp.c,v 1.2 2008/11/05 12:14:45 sobrado Exp $ */ +/* $OpenBSD: smtp.c,v 1.3 2008/11/11 01:08:08 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -412,9 +412,6 @@ smtp_dispatch_queue(int sig, short event, void *p) break; } - (void)strlcpy(s->s_msg.message_id, ss->u.msgid, - sizeof(s->s_msg.message_id)); - session_pickup(s, ss); break; |