File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ panic_action = "gdb -batch -x src/tests/panic.gdb %e %p > ${run_dir}/gdb.log 2>&
1818#
1919# Look at the source version of raddb for the rest of the files, not
2020# this directory.
21- #
21+ #
2222raddb = raddb
2323radacctdir = ${run_dir}/radacct
2424modconfdir = ${raddb}/mods-config
@@ -76,6 +76,8 @@ modules {
7676
7777 file {
7878 filename = "${run_dir}/%{control.LDAP-Sync.DN}%{Packet-Type}%{Proto.radius.User-Name}%{User-Category}.out"
79+ buffer_count = 0
80+ buffer_delay = 0
7981 }
8082 }
8183
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ panic_action = "gdb -batch -x src/tests/panic.gdb %e %p > ${run_dir}/gdb.log 2>&
1818#
1919# Look at the source version of raddb for the rest of the files, not
2020# this directory.
21- #
21+ #
2222raddb = raddb
2323radacctdir = ${run_dir}/radacct
2424modconfdir = ${raddb}/mods-config
@@ -98,6 +98,8 @@ modules {
9898
9999 file {
100100 filename = "${run_dir}/%{control.LDAP-Sync.DN}%{Packet-Type}%{Proto.radius.User-Name}%{User-Category}.out"
101+ buffer_count = 0
102+ buffer_delay = 0
101103 }
102104 }
103105
@@ -107,6 +109,8 @@ modules {
107109
108110 file {
109111 filename = ${run_dir}/cookielog.out
112+ buffer_count = 0
113+ buffer_delay = 0
110114 }
111115 }
112116
You can’t perform that action at this time.
0 commit comments