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

Fix session timeout issue #46

Merged
merged 1 commit into from May 7, 2020
Merged

Conversation

ganeshrn
Copy link
Member

@ganeshrn ganeshrn commented May 7, 2020

SUMMARY
  • The data type of timeout is expected by ssh_options_set
    is of type long int. Since char was passed for longer timeout
    values it failed setting the right timeout value
  • Explicitly define long int variable for timeout
ISSUE TYPE
  • Bugfix Pull Request
ADDITIONAL INFORMATION

*  The data type of timeout is expected by ssh_options_set
   is of type long int. Since char was passed for longer timeout
   values it failed setting the right timeout value
*  Explicitly define long int variable for timeout
@ganeshrn ganeshrn merged commit d273b26 into ansible:devel May 7, 2020
@ganeshrn ganeshrn deleted the timeout_issue_fix branch May 7, 2020 06:38
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.

None yet

1 participant