Skip to content

Commit

Permalink
[PKT_SCHED]: Return ENOENT if action module is unavailable
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
tgraf authored and davem330 committed Jul 6, 2006
1 parent 26dab89 commit d152b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/sched/act_api.c
Expand Up @@ -305,6 +305,7 @@ struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est,
goto err_mod;
}
#endif
*err = -ENOENT;
goto err_out;
}

Expand Down

0 comments on commit d152b4e

Please sign in to comment.