summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_frag.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-27 17:24:34 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-27 23:14:26 +0100
commit213e185afbb298e6708881e4c2adffdc47a8b6da (patch)
tree1e37c6e65c7541794742b3f08acfb2517d198ed3 /extensions/libip6t_frag.c
parent825c317eedc12e1c8c93e22a96bc423d27b3c1f4 (diff)
src: remove redundant casts
All of them are implicitly convertable without any wanted side effects. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_frag.c')
-rw-r--r--extensions/libip6t_frag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_frag.c b/extensions/libip6t_frag.c
index 5ded1c65..7c22429e 100644
--- a/extensions/libip6t_frag.c
+++ b/extensions/libip6t_frag.c
@@ -51,7 +51,7 @@ parse_frag_id(const char *idstr, const char *typestr)
exit_error(PARAMETER_PROBLEM,
"FRAG error parsing %s `%s'", typestr, idstr);
}
- return (u_int32_t) id;
+ return id;
}
static void