dma: treat a QUIT error as merely a warning
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 9 Jul 2009 12:37:15 +0000 (14:37 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 14:13:03 +0000 (16:13 +0200)
commit6cfc247daee1d0273ed1c08a21b7b3dd6b8849d6
treea891edf2b437cbb31a627f81d2a4877935560224
parenta5a8a1a4d14ccdda5b1ea7b707b435fb8591a48c
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>
libexec/dma/net.c