Skip to content

Commit

Permalink
AP_Logger:AP_Networking: If initialization fails, the process is term…
Browse files Browse the repository at this point in the history
…inated
  • Loading branch information
muramura authored and magicrub committed Aug 22, 2023
1 parent 75a279a commit 4bad05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Networking/AP_Networking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void AP_Networking::init()
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "NET: backend init failed");
delete backend;
backend = nullptr;
return;
}

announce_address_changes();
Expand Down

0 comments on commit 4bad05c

Please sign in to comment.