server: set connection::input_pending type to bool
Change-Id: Ifae8ac2761a7a8fa12732b71c2de456e7558bd2b Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: http://openocd.zylin.com/5565 Tested-by: jenkins Reviewed-by: Marc Schink <dev@zapb.de>
This commit is contained in:
committed by
Tomas Vanek
parent
ef6eb5691a
commit
e7f9ad3932
@@ -76,7 +76,7 @@ static int add_connection(struct service *service, struct command_context *cmd_c
|
||||
memset(&c->sin, 0, sizeof(c->sin));
|
||||
c->cmd_ctx = copy_command_context(cmd_ctx);
|
||||
c->service = service;
|
||||
c->input_pending = 0;
|
||||
c->input_pending = false;
|
||||
c->priv = NULL;
|
||||
c->next = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user