The branch, build-baikal has been updated via 273e67e08d30e30b30240588fdddb9e9845e8a09 (commit) from f085f47043f003f1c6123b8cd3d65582b223f0f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/checkhosts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/checkhosts.py b/x2go/checkhosts.py index 500048e..08672c8 100644 --- a/x2go/checkhosts.py +++ b/x2go/checkhosts.py @@ -41,7 +41,7 @@ class X2goInteractiveAddPolicy(paramiko.MissingHostKeyPolicy): Once called, the L{missing_host_key} method of this class will try to call L{X2goSession.HOOK_check_host_dialog()}. This hook method---if not re-defined in your application---will then try to call the L{X2goClient.HOOK_check_host_dialog()}, - which then will return C{false} by default if not customized in your application. + which then will return C{true} by default if not customized in your application. To accept host key checks, make sure to either customize the L{X2goClient.HOOK_check_host_dialog()} method or the L{X2goSession.HOOK_check_host_dialog()} @@ -66,7 +66,7 @@ class X2goInteractiveAddPolicy(paramiko.MissingHostKeyPolicy): Once called, the L{missing_host_key} method will try to call L{X2goSession.HOOK_check_host_dialog()}. This hook method---if not re-defined in your application---will then try to call the L{X2goClient.HOOK_check_host_dialog()}, - which then will return C{false} by default if not customized in your application. + which then will return C{true} by default if not customized in your application. To accept host key checks, make sure to either customize the L{X2goClient.HOOK_check_host_dialog()} method or the L{X2goSession.HOOK_check_host_dialog()} hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).