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

Add meaningful Win32 socket error code to cnex #446

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

gitlarryf
Copy link
Contributor

No description provided.

@gitlarryf gitlarryf marked this pull request as ready for review February 15, 2024 23:24
@@ -58,6 +58,25 @@ static SOCKET *check_socket(TExecutor *exec, Object *o)
return o->ptr;
}

static char *socket_error_message(int err)
Copy link
Owner

Choose a reason for hiding this comment

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

This should return const char instead of char

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's what was intended. I missed that. It's been fixed and pushed.

@ghewgill ghewgill force-pushed the main branch 4 times, most recently from d299f4d to 43de4ec Compare February 22, 2024 07:57
@ghewgill ghewgill merged commit 22d634b into ghewgill:main Feb 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants