mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
"This function was not updating the argc and argv pointers to reflect
the arguments it consumed, which means the calling function encountered them as well. As a result, a command like "ip -6 addr" was yielding a usage error." - Philip Blundell
This commit is contained in:
parent
62b031fb82
commit
08dea3e5a7
1 changed files with 2 additions and 0 deletions
|
|
@ -71,4 +71,6 @@ void ip_parse_common_args(int *argcp, char ***argvp)
|
|||
argc--; argv++;
|
||||
}
|
||||
_SL_ = oneline ? "\\" : "\n" ;
|
||||
*argcp = argc;
|
||||
*argvp = argv;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue