On 13/06/2026 16:41, [email protected] wrote:
This is an automated email from the ASF dual-hosted git repository.
ChristopherSchultz pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new e9e92d8a6 Return a value from this non-void function.
e9e92d8a6 is described below
commit e9e92d8a6252681a1135b498ccd69b273d861207
Author: Christopher Schultz <[email protected]>
AuthorDate: Sat Jun 13 11:40:53 2026 -0400
Return a value from this non-void function.
---
native/src/ssl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/native/src/ssl.c b/native/src/ssl.c
index 9d1e6aa09..b9881ddf8 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -2107,6 +2107,7 @@ TCN_IMPLEMENT_CALL(jint, SSL,
markPostHandshakeAuthComplete)(TCN_STDARGS, jlong
UNREFERENCED(o);
UNREFERENCED(ssl);
tcn_ThrowException(e, "Not implemented");
+ return 0;
}
Whoops. I think that is a copy/paste error on my part. Sorry. That
function should return void.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]