DragonFly-2.2.1.27.g77350 DragonFly_RELEASE_2_2 libexec/dma net.c

Simon Schubert corecode at crater.dragonflybsd.org
Fri Jul 17 03:48:20 PDT 2009


commit 773501ce29a7339088d762e4361f005ec6858c04
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Thu Jul 16 11:54:44 2009 +0200

    dma: correctly initialize error before delivering mail
    
    error is used to return failure or success from deliver_remote().  However
    error is also used before, so we have to make sure that it is initialized
    to 0, else a previous (non-fatal) error could pull through, even if the
    delivery was successful.

Summary of changes:
 libexec/dma/net.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/773501ce29a7339088d762e4361f005ec6858c04


-- 
DragonFly BSD source repository





More information about the Commits mailing list