Skip to content

Commit

Permalink
Const change
Browse files Browse the repository at this point in the history
    * TAO/tao/IIOP_Endpoint.cpp:
  • Loading branch information
jwillemsen committed Jan 23, 2025
1 parent 6cd7c31 commit 5a360b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAO/tao/IIOP_Endpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ TAO_IIOP_Endpoint_get_ip_interfaces (ACE_Vector<ACE_CString> &local_ips)
{
ACE_INET_Addr* tmp = nullptr;
size_t cnt = 0u;
int err = ACE::get_ip_interfaces (cnt, tmp);
int const err = ACE::get_ip_interfaces (cnt, tmp);
if (err != 0)
return;
#if defined (ACE_HAS_IPV6)
Expand Down

0 comments on commit 5a360b9

Please sign in to comment.