This commit is contained in:
2025-11-08 17:15:04 +01:00
parent 7f3aa901f1
commit e5039d1774
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1341,7 +1341,7 @@ static void process_event_for_write(TinyDFS *tdfs,
tdfs->operations[opidx].result = (TinyDFS_Result) { .type=TINYDFS_RESULT_WRITE_ERROR };
return;
}
#if 1
#if 0
{
char ip_str[INET_ADDRSTRLEN];
inet_ntop(AF_INET, &ipv4, ip_str, sizeof(ip_str));
@@ -1404,7 +1404,7 @@ static void process_event_for_write(TinyDFS *tdfs,
tdfs->operations[opidx].result = (TinyDFS_Result) { .type=TINYDFS_RESULT_WRITE_ERROR };
return;
}
#if 1
#if 0
{
char ip_str[INET_ADDRSTRLEN];
inet_ntop(AF_INET6, &ipv6, ip_str, sizeof(ip_str));