Fail gracefully if network rig connection not established

This commit is contained in:
Bill Somerville
2021-10-28 11:29:35 +01:00
parent 9d31ec843e
commit c0a5bad58a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1005,7 +1005,7 @@ void HRDTransceiver::do_poll ()
QString HRDTransceiver::send_command (QString const& cmd, bool prepend_context, bool recurse)
{
Q_ASSERT (hrd_);
if (!hrd_) return QString {};
QString result;