diff options
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r-- | source/lib/debug.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c index f7ad324e393..9ce5ee75e6d 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -310,14 +310,6 @@ BOOL reopen_logs( void ) FILE *new_dbf = NULL; BOOL ret = True; - if (DEBUGLEVEL_CLASS[ DBGC_ALL ] <= 0) { - if (dbf) { - (void)fclose(dbf); - dbf = NULL; - } - return True; - } - oldumask = umask( 022 ); pstrcpy(fname, debugf ); |