Skip to content

Commit

Permalink
resolve incorrect declared global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelJordense committed Feb 22, 2024
1 parent b67ab2d commit 31c0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ddsi/src/ddsi_raweth.c
Expand Up @@ -380,7 +380,7 @@ static dds_return_t ddsi_raweth_create_conn (struct ddsi_tran_conn **conn_out, s
DDS_CTRACE (&fact->gv->logconfig, "ddsi_raweth_create_conn %s socket %d port %u\n", mcast ? "multicast" : "unicast", uc->m_sock, uc->m_base.m_base.m_port);
*conn_out = &uc->m_base;
return DDS_RETCODE_OK;
} struct sockaddr_ll src;
}


static int joinleave_asm_mcgroup (ddsrt_socket_t socket, int join, const ddsi_locator_t *mcloc, const struct ddsi_network_interface *interf)
Expand Down

0 comments on commit 31c0530

Please sign in to comment.