You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2023/09/30 19:31:02 UTC

[guacamole-server] branch staging/1.5.4 updated (2dbd1f75 -> 4e1983a3)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.5.4
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from 2dbd1f75 GUACAMOLE-1846: Merge correction ensuring join_pending_handler is only invoked when necessary.
     add 13e22c63 GUACAMOLE-1846: Check for NULLs before attempting to sync state in join pending handlers.
     new 4e1983a3 GUACAMOLE-1846: Merge check for NULLs before attempting to sync state in join pending handlers.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/protocols/kubernetes/client.c | 10 ++++++----
 src/protocols/rdp/client.c        |  7 ++++---
 src/protocols/ssh/client.c        | 10 ++++++----
 src/protocols/telnet/client.c     | 10 ++++++----
 src/protocols/vnc/client.c        |  6 ++++--
 5 files changed, 26 insertions(+), 17 deletions(-)


[guacamole-server] 01/01: GUACAMOLE-1846: Merge check for NULLs before attempting to sync state in join pending handlers.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.5.4
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 4e1983a33803dd02c932d3b75363ba45f52b6ced
Merge: 2dbd1f75 13e22c63
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat Sep 30 15:30:57 2023 -0400

    GUACAMOLE-1846: Merge check for NULLs before attempting to sync state in join pending handlers.

 src/protocols/kubernetes/client.c | 10 ++++++----
 src/protocols/rdp/client.c        |  7 ++++---
 src/protocols/ssh/client.c        | 10 ++++++----
 src/protocols/telnet/client.c     | 10 ++++++----
 src/protocols/vnc/client.c        |  6 ++++--
 5 files changed, 26 insertions(+), 17 deletions(-)