Set the log directory to NULL initially, so we don't attempt to
authoraland <aland>
Tue, 9 Oct 2001 17:16:55 +0000 (17:16 +0000)
committeraland <aland>
Tue, 9 Oct 2001 17:16:55 +0000 (17:16 +0000)
free() it later.

Patch from Eddie Stassen <eddies@saix.net>

src/main/radwho.c

index 0969080..b598941 100644 (file)
@@ -70,7 +70,7 @@ static int showptype = 0;
 static int showcid = 0;
 int debug_flag = 0;
 const char *progname = "radwho";
-const char *radlog_dir = "stdout";
+const char *radlog_dir = NULL;
 
 int proxy_synchronous = TRUE;
 const char *radius_dir = NULL;