Page MenuHomeFreeBSD

Move variable into proper block.
ClosedPublic

Authored by bz on Oct 11 2018, 11:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 9:50 AM
Unknown Object (File)
Wed, Apr 17, 5:01 PM
Unknown Object (File)
Tue, Apr 16, 2:37 PM
Unknown Object (File)
Fri, Apr 12, 2:10 PM
Unknown Object (File)
Fri, Apr 12, 1:39 PM
Unknown Object (File)
Thu, Apr 11, 5:31 PM
Unknown Object (File)
Mar 7 2024, 4:20 PM
Unknown Object (File)
Jan 29 2024, 4:21 AM
Subscribers

Details

Summary

r217592 moved the check for imo in udp_input() into the conditional block
but leaving the variable assignment outside the block, where it is no longer
used. Move both the variable and the assignment one block further in.

This should result in no functional changes. It will however make upcoming
changes slightly easier to apply.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable