summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-03-27 15:04:45 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2013-03-27 15:04:45 -0700
commitd745186d00c7c267771296c8dd780b022e994421 (patch)
treed28e7c30615f1d86070cb11e0fd2a2916fb6114f
parent587a9586c74753f1083fbf26eddd880ce082eea0 (diff)
parentf703469ac9e14b9b834e3ea44ce6434187193117 (diff)
downloaduhd-d745186d00c7c267771296c8dd780b022e994421.tar.gz
uhd-d745186d00c7c267771296c8dd780b022e994421.tar.bz2
uhd-d745186d00c7c267771296c8dd780b022e994421.zip
Merge branch 'maint'
-rw-r--r--host/utils/usrp_n2xx_simple_net_burner.cpp2
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";