From: Eric Bollengier Date: Fri, 16 Oct 2020 08:37:55 +0000 (+0200) Subject: Fix FD segfault after a hangup/blowup X-Git-Tag: Release-11.3.2~918 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dbdfd8bc9e221272decad6d91963b601131cbfd;p=thirdparty%2Fbacula.git Fix FD segfault after a hangup/blowup --- diff --git a/bacula/src/filed/backup.c b/bacula/src/filed/backup.c index b24e5657ff..b9ec0e63b6 100644 --- a/bacula/src/filed/backup.c +++ b/bacula/src/filed/backup.c @@ -819,7 +819,6 @@ bool process_and_send_data(bctx_t &bctx) /* Debug code: check if we must hangup or blowup */ if (handle_hangup_blowup(jcr, 0, jcr->ReadBytes)) { - sd->close(); goto err; }