Repository: incubator-guacamole-server Updated Branches: refs/heads/master fa3565e61 -> ec93a2989
GUACAMOLE-33: Fix comment regarding user removal. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/2b8e1555 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/2b8e1555 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/2b8e1555 Branch: refs/heads/master Commit: 2b8e1555c68b3eab2b401e506849353d7a04e29e Parents: 82fd6a2 Author: Michael Jumper <[email protected]> Authored: Mon Apr 18 20:07:54 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Mon May 23 13:58:30 2016 -0700 ---------------------------------------------------------------------- src/common/guac_cursor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/2b8e1555/src/common/guac_cursor.h ---------------------------------------------------------------------- diff --git a/src/common/guac_cursor.h b/src/common/guac_cursor.h index 9db7067..a6d9681 100644 --- a/src/common/guac_cursor.h +++ b/src/common/guac_cursor.h @@ -252,8 +252,8 @@ void guac_common_cursor_set_blank(guac_common_cursor* cursor); /** * Removes the given user, such that future synchronization will not occur. * This is necessary when a user leaves the connection. If a user leaves the - * connection and this is not called, the corresponding guac_user and socket - * may cease to be valid, and future synchronization attempts will segfault. + * connection and this is not called, the mouse cursor state may not update + * correctly in response to mouse events. * * @param cursor * The cursor to remove the user from.
