guacamole: Update to 1.6.0

Changes: https://guacamole.apache.org/releases/1.6.0/#changelog
This commit is contained in:
Richard Gallamore 2025-06-27 11:01:37 -07:00
parent 4d4f3fd183
commit 9168c64c88

View File

@ -0,0 +1,11 @@
--- src/libguac/tcp.c.orig 2025-06-27 16:58:53 UTC
+++ src/libguac/tcp.c
@@ -33,7 +33,7 @@ int guac_tcp_connect(const char* hostname, const char*
int retval;
- int fd = EBADFD;
+ int fd = EBADF;
struct addrinfo* addresses;
struct addrinfo* current_address;