From 2b8e1555c68b3eab2b401e506849353d7a04e29e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 18 Apr 2016 20:07:54 -0700 Subject: [PATCH] GUACAMOLE-33: Fix comment regarding user removal. --- src/common/guac_cursor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/guac_cursor.h b/src/common/guac_cursor.h index 9db7067d..a6d9681e 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.