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

network: Fix an invalid reference to u_conn #2811

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

fujimotos
Copy link
Member

Windows build is failing with the following error:

flb_network.c(243): error C2065: 'u_conn': undeclared identifier

This is because u_conn is not defined within the scope of this
function (net_connect_sync).

With this patch, master HEAD becomes compilable on Windows again.

Signed-off-by: Fujimoto Seiji [email protected]

Windows build is failing with the following error:

    flb_network.c(243): error C2065: 'u_conn': undeclared identifier

This is because `u_conn` is not defined within the scope of this
function (net_connect_sync).

With this patch, master HEAD becomes compilable on Windows again.

Signed-off-by: Fujimoto Seiji <[email protected]>
@edsiper edsiper merged commit ce021b2 into fluent:master Nov 27, 2020
@edsiper
Copy link
Member

edsiper commented Nov 27, 2020

thanks!

@fujimotos fujimotos deleted the sf/buildfix branch November 28, 2020 13:13
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