rrenumd: Remove useless return at the end of void function
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
parent
fce4b0c51d
commit
0fd15eb335
@ -348,8 +348,6 @@ sock6_open(struct flags *flags
|
||||
}
|
||||
#endif /* IPSEC_POLICY_IPSEC */
|
||||
#endif /* IPSEC */
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
@ -414,8 +412,6 @@ sock4_open(struct flags *flags
|
||||
}
|
||||
#endif /* IPSEC_POLICY_IPSEC */
|
||||
#endif /* IPSEC */
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user