This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new dabf103cf Restore comment
dabf103cf is described below
commit dabf103cf387e0c9c09e8756bd61f2dbff1594f0
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jun 10 14:44:21 2026 +0100
Restore comment
---
native/common/jk_global.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/native/common/jk_global.h b/native/common/jk_global.h
index 7a0d2f1a5..07189b7ba 100644
--- a/native/common/jk_global.h
+++ b/native/common/jk_global.h
@@ -472,6 +472,8 @@ struct jk_sockaddr_t {
/** IPv6 sockaddr structure */
struct sockaddr_in6 sin6;
#endif
+ /** A useful side-effect of including sockaddr_storage is that
+ * the sise of the union does not depend on JK_HAVE_IPV6. */
struct sockaddr_storage sas;
} sa;
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]