DragonFly-2.3.2.95.g0caaab master libexec/dma net.c

Simon Schubert corecode at crater.dragonflybsd.org
Thu Jul 16 07:15:33 PDT 2009


commit 0caaabf6d5fadfa7d298dddc0be7d37cdf05cf46
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/0caaabf6d5fadfa7d298dddc0be7d37cdf05cf46


-- 
DragonFly BSD source repository





More information about the Commits mailing list