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

some error handling routines will never be trigger #2

Closed
dkw72n opened this issue Apr 3, 2015 · 1 comment
Closed

some error handling routines will never be trigger #2

dkw72n opened this issue Apr 3, 2015 · 1 comment
Labels

Comments

@dkw72n
Copy link

dkw72n commented Apr 3, 2015

In tcptunnel.h: socket fds are stored in unsigned int variables.

that makes conditions like if (rc.server_socket < 0) never be satisfied.

vakuum added a commit that referenced this issue Apr 6, 2015
@vakuum
Copy link
Owner

vakuum commented Apr 6, 2015

Thank you for reporting this problem!

It should be fixed now by 034593b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants