dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib/genl
Jiri Pirko 7adaad784f genl: genl_ctrl_grp_by_name: fix retval in case group id not found
Now the return value in case group id is not find is 0. Change it to
return -NLE_OBJ_NOTFOUND which makes more sense. This should not break
anything because genl_ctrl_grp_by_name is static and called only from
genl_ctrl_resolve_grp. genl_ctrl_resolve_grp already might return
-NLE_OBJ_NOTFOUND.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
2011-08-31 12:35:56 +02:00
..
ctrl.c genl: genl_ctrl_grp_by_name: fix retval in case group id not found 2011-08-31 12:35:56 +02:00
family.c constify struct trans_tbl 2010-11-17 16:09:08 +01:00
genl.c restructure module documentation order 2008-12-10 18:12:30 +01:00
mngt.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00