Add TODO note
This commit is contained in:
parent
d447076265
commit
41ee090ff3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ int disconnect_client(int client_id) {
|
|||
/* Thread, Dispatcher : pop message from the stack, parse it and send it to the good ClientSender */
|
||||
void *Dispatcher(void *arg) {
|
||||
char buf[BUF_LEN];
|
||||
char message[1024];
|
||||
char message[1024]; // TODO: replace by malloc
|
||||
int n = 0 ;
|
||||
int k = 0 ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue