style(parsing/sources): editing the reverse_dns to the no_reverse_dns

This commit is contained in:
Raphael 2026-03-30 15:57:12 +02:00
parent b013be4420
commit aef79ea979
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/30 12:06:19 by rparodi #+# #+# */
/* Updated: 2026/03/30 12:40:57 by rparodi ### ########.fr */
/* Updated: 2026/03/30 14:25:18 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -93,7 +93,7 @@ void check_flags(int argc, char **argv, t_flags *flags) {
break;
case 'n':
INFO_LOG("argument no-reverse");
flags->reverse_dns = true;
flags->no_reverse_dns = true;
break;
case 'c':
INFO_LOG("argument count");