aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmpm/python/usrp_hwd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_hwd.py b/mpm/python/usrp_hwd.py
index d6e860a0c..23c560453 100755
--- a/mpm/python/usrp_hwd.py
+++ b/mpm/python/usrp_hwd.py
@@ -156,7 +156,7 @@ def main():
.format(init_duration))
log.info("Terminating on user request before launching RPC server.")
mgr.deinit()
- return True
+ return init_result
log.info("Spawning discovery process...")
_PROCESSES.append(
mpm.spawn_discovery_process(discovery_info, shared, args.discovery_addr)