Commit 7f9dddbe authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

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

Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent ee262ed2
...@@ -3664,6 +3664,8 @@ int main(int argc, char *argv[]) ...@@ -3664,6 +3664,8 @@ int main(int argc, char *argv[])
char *p, *p1; char *p, *p1;
if (!saw_query) { if (!saw_query) {
current_filter.dbs = 0; current_filter.dbs = 0;
state_filter = state_filter ?
state_filter : SS_CONN;
saw_query = 1; saw_query = 1;
do_default = 0; do_default = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment