[PKT_SCHED]: Return ENOENT if action module is unavailable

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Thomas Graf 2006-07-05 20:45:57 -07:00 коммит произвёл David S. Miller
Родитель 26dab8930b
Коммит d152b4e1e9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}