Do handle commands now
This commit is contained in:
parent
c461fe3323
commit
6d83a2c196
1 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/05/09 15:00:53 by rparodi #+# #+# */
|
/* Created: 2024/05/09 15:00:53 by rparodi #+# #+# */
|
||||||
/* Updated: 2024/05/21 14:57:28 by maiboyer ### ########.fr */
|
/* Updated: 2024/05/23 15:27:13 by maiboyer ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -28,7 +28,8 @@ void handle_command_free_infork(void *vshcat)
|
||||||
t_utils *shcat;
|
t_utils *shcat;
|
||||||
|
|
||||||
shcat = vshcat;
|
shcat = vshcat;
|
||||||
ft_exit(shcat, 255);
|
(void)(shcat);
|
||||||
|
//ft_exit(shcat, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
t_error handle_command(t_node *self, t_utils *shcat, t_i32 *out_exit_code)
|
t_error handle_command(t_node *self, t_utils *shcat, t_i32 *out_exit_code)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue