blob: 950d8974c8569b325af7cc59513b337b6324bae5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../work/mars_nwe/tools.c Mon Jul 2 14:41:36 2007
+++ tools.c Mon Jul 2 14:46:39 2007
@@ -51,7 +51,7 @@
int act_connection=0; /* which connection (nwconn, nwbind) */
time_t act_time=0L; /* actual time */
-static FILE *logfile=NULL;
+FILE *logfile=NULL;
static int use_syslog=0; /* 1 = use syslog for all loggings
* 2 = only for errors
*/
|