commit | f3dbd38a77d6c172eb522f4669353f2b4c5d450d | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon Jun 24 10:50:20 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 26 05:58:36 2024 -0400 |
tree | e67254be4d40e8c347b02f24e64c8b6641cc5692 | |
parent | f95f57c6688c5423575ff6b7dd40012e89bb68c3 [diff] |
net: tcp: Conditionally compile entire tcpv4/6_init_isn() Partial conditional compilation within tcpv4/6_init_isn() caused errors in coverity, as hash variable seemed to be used w/o initialization. As those functions are not really used at all if CONFIG_NET_TCP_ISN_RFC6528 is disabled, we can just conditionally compile entire functions to avoid confusion. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>