From 7bb5ab9c4f70c9fa0a67a22c4aee83b0109318c4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Apr 2025 23:35:25 -0700 Subject: Converted property functions to use nng_err. --- src/sp/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp/transport.h') diff --git a/src/sp/transport.h b/src/sp/transport.h index 733388e8..e4e3e156 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -120,7 +120,7 @@ struct nni_sp_listener_ops { int (*l_set_tls)(void *, nng_tls_config *); // l_set_security_descriptor is used exclusively on Windows. - int (*l_set_security_descriptor)(void *, void *); + nng_err (*l_set_security_descriptor)(void *, void *); // l_options is an array of listener options. The final // element must have a NULL name. If this member is NULL, then -- cgit v1.2.3-70-g09d2