Skip to content

Commit

Permalink
Fixes as per PR#1352 review
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovmoci committed Jan 4, 2021
1 parent 96c0e79 commit eb4963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/ace/SOCK_Dgram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ ACE_SOCK_Dgram::make_multicast_ifaddr6 (ipv6_mreq *ret_mreq,
ACE_NEW_RETURN (buf, char[bufLen], -1);
DWORD dwRetVal = 0;
ULONG iterations = 0;
const ULONG maxTries = 3;
ULONG const maxTries = 3;
PIP_ADAPTER_ADDRESSES pAddrs;
do
{
Expand Down

0 comments on commit eb4963c

Please sign in to comment.