mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[NETSTAT] '-p UDP' depends on '-a'
This commit is contained in:
committed by
Timo Kreuzer
parent
4d3df0da50
commit
af0d1d2f98
@@ -212,7 +212,7 @@ BOOL DisplayOutput(VOID)
|
||||
ShowUdpStatistics();
|
||||
ConResPuts(StdOut, IDS_ACTIVE_CONNECT);
|
||||
DisplayTableHeader();
|
||||
return ShowUdpTable();
|
||||
return (bDoShowAllCons ? ShowUdpTable() : TRUE);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user