Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Jan 13, 2025
1 parent 311205d commit c0d59db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/federated/federate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,6 @@ void lf_create_server(int specified_port) {
if (create_server(specified_port, &_fed.server_socket, (uint16_t*)&_fed.server_port, TCP, false)) {
lf_print_error_system_failure("RTI failed to create TCP server: %s.", strerror(errno));
};
_fed.server_port = (int)port;
LF_PRINT_LOG("Server for communicating with other federates started using port %d.", _fed.server_port);

// Send the server port number to the RTI
Expand Down

0 comments on commit c0d59db

Please sign in to comment.