forked from extern/shorewall_code
Merge branch 'master' into 5.0.14
This commit is contained in:
commit
6a89fd1367
@ -949,7 +949,7 @@ show_events() {
|
||||
for file in /proc/net/xt_recent/*; do
|
||||
base=$(basename $file)
|
||||
|
||||
if [ $base != %CURRENTTIME ]; then
|
||||
if [ "$base" != %CURRENTTIME -a "$base" != "*" ]; then
|
||||
echo $base
|
||||
show_event $base
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user