summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index bd8babf827..06092c6a35 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -343,14 +343,6 @@ BOOL reopen_logs( void )
if (stdout_logging)
return True;
- if (DEBUGLEVEL_CLASS[ DBGC_ALL ] <= 0) {
- if (dbf) {
- (void)fclose(dbf);
- dbf = NULL;
- }
- return True;
- }
-
oldumask = umask( 022 );
pstrcpy(fname, debugf );