mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant call to soisdisconnected() from ddp_abort(), as it
calls at_pcbdetach() which also immediately calls soisdisconnected().
This commit is contained in:
parent
9da32aa0d6
commit
bd1004ef9e
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ ddp_abort(struct socket *so)
|
|||
if (ddp == NULL) {
|
||||
return (EINVAL);
|
||||
}
|
||||
soisdisconnected(so);
|
||||
s = splnet();
|
||||
at_pcbdetach(so, ddp);
|
||||
splx(s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue