style(parsing/sources): editing the reverse_dns to the no_reverse_dns
This commit is contained in:
parent
b013be4420
commit
aef79ea979
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue