Remove superfluous return (1) missed in r292601.
Reported by: Matthew D. Fuller (fullermd over-yonder.net), Kevin Bowling (kevin.bowling kev009.com) MFC after: 13 days X-MFC with: r292601 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5275d9d01c
commit
bd04375ea4
@ -267,7 +267,6 @@ in6_detachhead(void **head, int off)
|
||||
|
||||
callout_drain(&V_rtq_mtutimer);
|
||||
return (rn_detachhead(head));
|
||||
return (1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user