Page MenuHomeFreeBSD

pcb: Move an assignment into in_pcbdisconnect()
ClosedPublic

Authored by markj on Feb 2 2023, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 12:32 PM
Unknown Object (File)
Tue, Oct 21, 9:34 AM
Unknown Object (File)
Sat, Oct 11, 9:37 PM
Unknown Object (File)
Sat, Oct 11, 12:28 PM
Unknown Object (File)
Sat, Oct 11, 12:28 PM
Unknown Object (File)
Sat, Oct 11, 12:28 PM
Unknown Object (File)
Sat, Oct 11, 4:18 AM
Unknown Object (File)
Tue, Oct 7, 6:29 AM
Subscribers

Details

Summary

All callers of in_pcbdisconnect() clear the local address, so let's just
do that in the function itself. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable