Remove redundant call to soisdisconnected() from ddp_abort(), as it
calls at_pcbdetach() which also immediately calls soisdisconnected().
This commit is contained in:
parent
854e865bfa
commit
185db5abc0
@ -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 New Issue
Block a user