Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicKiwi committed Dec 10, 2024
1 parent ebf2629 commit 243dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ud3tn/bundle_processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static void handle_link_down(
struct contact_list* c = (*routing_table_get_raw_contact_list_ptr());

if(c == NULL)
return
return;

LOGF_INFO("BundleProcessor: Link down on %s, disabling contact...", peer_cla_addr);

Expand Down

0 comments on commit 243dfa2

Please sign in to comment.