diff options
Diffstat (limited to 'net/guacamole-server/files/patch-src_libguac_tcp.c')
-rw-r--r-- | net/guacamole-server/files/patch-src_libguac_tcp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/guacamole-server/files/patch-src_libguac_tcp.c b/net/guacamole-server/files/patch-src_libguac_tcp.c new file mode 100644 index 000000000000..a43bd7badd94 --- /dev/null +++ b/net/guacamole-server/files/patch-src_libguac_tcp.c @@ -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; + |