misc/ss: don't imply -a when -A was specified

Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2015-08-07 15:31:27 +02:00 committed by Stephen Hemminger
parent ee262ed2ad
commit 7f9dddbe7d

View File

@ -3664,6 +3664,8 @@ int main(int argc, char *argv[])
char *p, *p1;
if (!saw_query) {
current_filter.dbs = 0;
state_filter = state_filter ?
state_filter : SS_CONN;
saw_query = 1;
do_default = 0;
}