Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up code style of sockets and fix unit tests failing if IPv6 not available #1776

Closed
wants to merge 1 commit into from
Closed

Clean up code style of sockets and fix unit tests failing if IPv6 not available #1776

wants to merge 1 commit into from

Conversation

Zeno-
Copy link
Contributor

@Zeno- Zeno- commented Oct 27, 2014

See:
#1526
#793


if(socket_enable_debug_output)
{
m_handle = socket(m_addr_family, SOCK_DGRAM, IPPROTO_UDP);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two variables aren't similar enough to warrant alignment.

@ShadowNinja ShadowNinja changed the title Fix unit tests failing if IPv6 not available Clean up code style of sockets and fix unit tests failing if IPv6 not available Oct 28, 2014
@ShadowNinja ShadowNinja added @ Network Bug Issues that were confirmed to be a bug Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements labels Oct 28, 2014
@ShadowNinja
Copy link
Member

More a code style cleanup than a bug fix.

@Zeno-
Copy link
Contributor Author

Zeno- commented Oct 28, 2014

Well... it fixes a bug as well. :)

@kahrl
Copy link
Contributor

kahrl commented Nov 3, 2014

209c0dd

@kahrl kahrl closed this Nov 3, 2014
@Zeno- Zeno- deleted the fix_ipv6_unit_test_failing branch December 6, 2014 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements @ Network
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants