diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-27 15:04:18 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-27 15:04:18 -0700 |
commit | f703469ac9e14b9b834e3ea44ce6434187193117 (patch) | |
tree | 1690e7c9a693c205c147b9201f71e50eaea00adc | |
parent | 0cce80c1ef2bcdb5094d579a6853261cebd2ec03 (diff) | |
download | uhd-f703469ac9e14b9b834e3ea44ce6434187193117.tar.gz uhd-f703469ac9e14b9b834e3ea44ce6434187193117.tar.bz2 uhd-f703469ac9e14b9b834e3ea44ce6434187193117.zip |
utils: Fixed usrp_n2xx_simple_net_burner warning
-rw-r--r-- | host/utils/usrp_n2xx_simple_net_burner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_n2xx_simple_net_burner.cpp b/host/utils/usrp_n2xx_simple_net_burner.cpp index 9f5700d9b..c3ccba173 100644 --- a/host/utils/usrp_n2xx_simple_net_burner.cpp +++ b/host/utils/usrp_n2xx_simple_net_burner.cpp @@ -504,7 +504,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ } //Reset USRP N2XX - bool reset; + bool reset = false; if(auto_reboot) reset = true; else{ std::string user_response = "foo"; |