This commit is contained in:
2025-08-20 15:58:54 +02:00
parent 853f7ef2c3
commit ddba89ee60
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/26 19:54:25 by tomoron #+# #+# */
/* Updated: 2025/08/13 16:59:55 by tomoron ### ########.fr */
/* Updated: 2025/08/20 15:58:48 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/26 17:01:53 by tomoron #+# #+# */
/* Updated: 2025/08/18 15:50:29 by tomoron ### ########.fr */
/* Updated: 2025/08/20 15:58:13 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
#include "includes/ft_ping.h"
@ -131,6 +131,7 @@ int parse_args(int argc, char **argv, t_settings *set)
break;
case 1000:
set->ttl = get_set_int(optarg, set);
set->setTtl = 1;
break;
case 'h':
case '?':