From: Eric Bollengier Date: Wed, 4 Dec 2024 16:27:53 +0000 (+0100) Subject: Fix org#2738 About error message with generated fileset X-Git-Tag: Release-15.0.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9290044eab4c5384df3acc6fb9ebbd0ba7128fe;p=thirdparty%2Fbacula.git Fix org#2738 About error message with generated fileset --- diff --git a/bacula/src/lib/bsys.c b/bacula/src/lib/bsys.c index 180b66c24..3f34b08b8 100644 --- a/bacula/src/lib/bsys.c +++ b/bacula/src/lib/bsys.c @@ -2179,7 +2179,6 @@ static int check_open_fd() if (!dir) { return -1; } - Enter(0); while ((entry = readdir(dir)) != NULL) { if (entry->d_name[0] == '.') {