From 6dbdfd8bc9e221272decad6d91963b601131cbfd Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 16 Oct 2020 10:37:55 +0200 Subject: [PATCH] Fix FD segfault after a hangup/blowup --- bacula/src/filed/backup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/filed/backup.c b/bacula/src/filed/backup.c index b24e5657f..b9ec0e63b 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; } -- 2.47.3