Skip to content

Commit fd5c157

Browse files
committed
Merge branch 'transient-fed-dec' of https://github.com/lf-lang/reactor-c into transient-fed-dec
2 parents 093d3dd + d9266f7 commit fd5c157

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/federated/federate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ static void handle_outbound_disconnected_message(void) {
10401040
LF_PRINT_DEBUG("Received notification that downstream transient federate %d has disconnected.", remote_federate_id);
10411041

10421042
shutdown_net(_fed.net_for_outbound_p2p_connections[remote_federate_id], false);
1043+
_fed.net_for_outbound_p2p_connections[remote_federate_id] = NULL;
10431044
}
10441045

10451046
/**

0 commit comments

Comments
 (0)