mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-159: Less-than characters must be properly escaped within mapper XML.
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
DELETE FROM guacamole_user_password_history
|
DELETE FROM guacamole_user_password_history
|
||||||
WHERE password_history_id <= (
|
WHERE password_history_id <= (
|
||||||
SELECT password_history_id
|
SELECT password_history_id
|
||||||
FROM (
|
FROM (
|
||||||
SELECT password_history_id
|
SELECT password_history_id
|
||||||
|
Reference in New Issue
Block a user