bug on bufferRead with "cap" fixed.
This commit is contained in:
parent
4f108e0125
commit
8374c4e801
4 changed files with 25 additions and 27 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/06/08 22:10:24 by sben-tay #+# #+# */
|
||||
/* Updated: 2025/06/18 12:54:41 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/06/20 19:18:52 by sben-tay ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ e_code Cap::checkArgs() {
|
|||
this->_sender->appendToWriteBuffer(msg461);
|
||||
return ERR_NEEDMOREPARAMS;
|
||||
}
|
||||
_sender->appendToReadBuffer(_command);
|
||||
return (_PARSING_OK);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue