-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh/session.scm (make-session): Fix "#:config" handling
This patch fixes "make-session" procedure to make it handle "#:config" option according to the Guile-SSH documentation. That is, passing "#f" as the "#:config" value disables reading the default SSH documentation. Reported by graywolf in <#38> * modules/ssh/session.scm (make-session): Fix "#:config" handling: disable default configuration reading when set to "#f" as per Guile-SSH documentation. Use "#t" as the default value to keep the backward compatibility. * libguile-ssh/session-func.c (session_options): Add SSH_OPTIONS_PROCESS_CONFIG. (set_option): Handle SSH_OPTIONS_PROCESS_CONFIG. * doc/api-sessions.texi: Update. * NEWS: Update.
- Loading branch information
1 parent
1c01f8f
commit 88c9a89
Showing
4 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters