Mercurial > noffle
changeset 98:0428aed4f9d0 noffle
[svn] Always enable core files.
author | enz |
---|---|
date | Sat, 20 May 2000 15:11:21 +0100 |
parents | 694c264a1b15 |
children | 651334f85995 |
files | src/noffle.c |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/noffle.c Fri May 19 16:18:46 2000 +0100 +++ b/src/noffle.c Sat May 20 15:11:21 2000 +0100 @@ -10,7 +10,7 @@ received for some seconds (to allow multiple clients connect at the same time). - $Id: noffle.c 100 2000-05-18 12:17:23Z bears $ + $Id: noffle.c 119 2000-05-20 14:11:21Z enz $ */ #if HAVE_CONFIG_H @@ -578,10 +578,9 @@ Log_dbg( "NOFFLE version %s", Cfg_version() ); noffle.interactive = interactive; if ( interactive ) - if ( ! Lock_openDatabases() ) - return FALSE; - if ( ! interactive ) - enableCorefiles(); + if ( ! Lock_openDatabases() ) + return FALSE; + enableCorefiles(); return TRUE; }