🏗️」 wip: don't understand whats going on

This commit is contained in:
2025-08-16 18:53:02 +02:00
parent 162de73a21
commit b548965d2e
7 changed files with 61 additions and 32 deletions

View File

@ -34,7 +34,7 @@ int handle_options(args_t *args) {
print_help();
return EXIT_SUCCESS;
} else {
return send_ping(args);
return ping(args);
}
}