The project "Citadel server, clients, utilities":
The branch, master has been updated
via 1849265e6418ea16fffd23da252789e50056290e (commit)
from 5fe5631a1787150648d19287d33e0727b31a7cd8 (commit)
- Log -----------------------------------------------------------------
commit 1849265e6418ea16fffd23da252789e50056290e
Author: Art Cancro <[email protected]>
Date: Fri May 23 11:50:36 2025 -0400
Troubleshooting for a user who is getting crashes during a simple 'MESG hello'
command. Added more logging, changed cprintf() to call va_end() sooner, and
removed the strerror output from the MESG command. Dunno if any of this will
work but it
might produce more data.
-----------------------------------------------------------------------
Summary of changes:
citadel/server/modules/ctdlproto/serv_file.c | 3 ++-
citadel/server/serversocket.c | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
--
Citadel server, clients, utilities