Commit 34ea18cf authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Bernd Eckenfels

netstat: Fix short options for --l2cap and --rfcomm

parent 2246c643
......@@ -1909,7 +1909,7 @@ int main
getroute_init(); /* Set up AF routing support */
afname[0] = '\0';
while ((i = getopt_long(argc, argv, "A:CFMacdeghilnNoprsStuUvVWwx64?Z", longopts, &lop)) != EOF)
while ((i = getopt_long(argc, argv, "A:CFMacdeghilnNoprsStuUvVWw2fx64?Z", longopts, &lop)) != EOF)
switch (i) {
case -1:
break;
......
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