make radlog_stdout = 0, so that memset will make logs go to
authoraland <aland>
Thu, 28 Apr 2005 13:46:42 +0000 (13:46 +0000)
committeraland <aland>
Thu, 28 Apr 2005 13:46:42 +0000 (13:46 +0000)
the right place

src/include/radiusd.h

index 6806dbe..2e782e3 100644 (file)
@@ -180,9 +180,9 @@ typedef struct rad_listen_t {
 
 
 typedef enum radlog_dest_t {
-  RADLOG_FILES = 0,
+  RADLOG_STDOUT = 0,
+  RADLOG_FILES,
   RADLOG_SYSLOG,
-  RADLOG_STDOUT,
   RADLOG_STDERR,
   RADLOG_NULL
 } radlog_dest_t;