The project "Citadel server, clients, utilities":
The branch, master has been updated
via 13ffe1850f652acbbb60ef5d21c1ca1e65c74f3e (commit)
from 7680f882bd3196cbc0c516a178a5051d2ccc3d6a (commit)
- Log -----------------------------------------------------------------
commit 13ffe1850f652acbbb60ef5d21c1ca1e65c74f3e
Author: Art Cancro <[email protected]>
Date: Sun Apr 27 17:10:33 2025 -0400
client_close() now accepts a 'struct CitContext *' to work with.
This is the proper way to avoid repeating calls to 'CC' instead of trying to
cache it
at the top of the function.
-----------------------------------------------------------------------
Summary of changes:
citadel/server/citserver.c | 3 +++
citadel/server/context.c | 2 +-
citadel/server/context.h | 1 +
citadel/server/sysdep.c | 46 +++++++++++++++++++++----------------------
citadel/server/sysdep_decls.h | 1 -
5 files changed, 27 insertions(+), 26 deletions(-)
--
Citadel server, clients, utilities