From ab5055557f26657893fd79959b80713e40a84610 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 11 Mar 2013 13:35:37 +0100 Subject: econserv: Eliminate c++ style comments --- econserv.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/econserv.c b/econserv.c index a667eac..3d0f130 100644 --- a/econserv.c +++ b/econserv.c @@ -206,9 +206,13 @@ handle_input(struct ecs *ecs, char *in, int fd, rcmd->command.reqconnect.vnesInitMsg.framebufferWidth, rcmd->command.reqconnect.vnesInitMsg.framebufferHeight); - //sendmsg(fd, &msg, 0); +#if 0 + sendmsg(fd, &msg, 0); +#endif - //ecs->ehdr.commandID = E_CMD_KEEPALIVE; +#if 0 + ecs->ehdr.commandID = E_CMD_KEEPALIVE; +#endif if (addrlen > 0) { if (ecs->client_fd >= 0) -- cgit