看板 DFBSD_commit 關於我們 聯絡資訊
commit 6cfc247daee1d0273ed1c08a21b7b3dd6b8849d6 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Thu Jul 9 14:37:15 2009 +0200 dma: treat a QUIT error as merely a warning RFC 2821 only mandates that a QUIT error should abort an unfinished transaction, and since we've reached this point, the DATA command has succeeded and the message has been accepted for delivery by the remote end. Thus, just warn about it. Submitted-by: Peter Pentchev <roam@ringlet.net> Summary of changes: libexec/dma/net.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6cfc247daee1d0273ed1c08a21b7b3dd6b8849d6 -- DragonFly BSD source repository