Merge branch 'master' into net-next

This commit is contained in:
Stephen Hemminger 2016-08-08 08:57:22 -07:00
commit 1b2594935e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ get_act(char ***argv_p)
{
int n;
if (!action_a2n(**argv_p, &n, false)) {
if (action_a2n(**argv_p, &n, false)) {
fprintf(stderr, "bad action type %s\n", **argv_p);
return -10;
}