diff options
author | Martin Anderseck <martin.anderseck@ni.com> | 2021-08-18 08:23:53 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-08-20 15:02:38 -0500 |
commit | 3a36577a30ead6d616ffb8cc23fe9b57b40a2647 (patch) | |
tree | d7b24991184c3a45f0094343ec43d26f2a58ff18 /host/include | |
parent | 7788526fbe9fe286be141dba4f387c4bf6a921d4 (diff) | |
download | uhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.tar.gz uhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.tar.bz2 uhd-3a36577a30ead6d616ffb8cc23fe9b57b40a2647.zip |
X300: Initialize struct variable before using it
In x300_eth_mgr.cpp the variable init is created but not initialized.
Only some of the variables within the struct are then set before init
is assigned to a different variable. Initialize the variable to
prevent unexpected values.
Diffstat (limited to 'host/include')
0 files changed, 0 insertions, 0 deletions