mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
9cd69d502c
commit
bf72bf1281
1 changed files with 0 additions and 1 deletions
|
|
@ -267,7 +267,6 @@ in6_detachhead(void **head, int off)
|
|||
|
||||
callout_drain(&V_rtq_mtutimer);
|
||||
return (rn_detachhead(head));
|
||||
return (1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue