看板 DFBSD_commit 關於我們 聯絡資訊
commit 773501ce29a7339088d762e4361f005ec6858c04 Author: Simon Schubert <corecode@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