issue #303 fix withdrawal

This commit is contained in:
z-eos 2020-11-09 21:23:17 +02:00
parent c4dfbd3bde
commit 53211c652b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ sub net_update {
}
close(IN);
} elsif($config->{os} eq "FreeBSD") {
open(IN, "netstat -nibdW |");
open(IN, "netstat -nibd |");
while(<IN>) {
if(/Link/ && /$nl[$n]/) {
# Idrop column added in 8.0