Comprehensive fix: security, bugs, refactoring, tests, and rsync parity features #173

Merged
TapTap merged 16 commits from integration/all-fixes into main 2026-07-30 18:13:15 +02:00
Showing only changes of commit dff15110e8 - Show all commits
+2 -2
View File
@@ -153,7 +153,7 @@ void handler(int file_descriptor) {
static Server* g_server = NULL; static Server* g_server = NULL;
static void cleanup(int sig) { static void __attribute__((unused)) cleanup(int sig) {
(void)sig; (void)sig;
if (g_server) { if (g_server) {
server_delete(&g_server); server_delete(&g_server);
@@ -161,7 +161,7 @@ static void cleanup(int sig) {
_exit(0); _exit(0);
} }
static void print_server_usage(void) { static void __attribute__((unused)) print_server_usage(void) {
printf("FastSync Server\n"); printf("FastSync Server\n");
printf("Usage: fastsync-server [options]\n"); printf("Usage: fastsync-server [options]\n");
printf("\n"); printf("\n");