Progress
This commit is contained in:
+2
-2
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user